LoginSignup
0
1

More than 5 years have passed since last update.

パーミッション一覧

Posted at

自分用パーミッション備忘録。

# 権限
7 rwx
6 rw-
5 r-x
4 r--
3 -wx
2 -w-
1 --x
0 ---

r=読み込み
w=書き込み
x=実行

よく見るやつ

# 権限
755 -rwxr-xr-x
644 -rw-r--r--
600 -rw-------
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1