ファイルのパーミッションを 変える。
chmod [ファイルのパーミッション ] [パス]
ugao +-rwe
U ー user
G ー group
O ー others
A ー all
+ ー 追加
– ー 引く
r (read) ー 読む
w (write) ー 確認
e (execute) ー 実行
Example: chmod ug+w /usr/local/test.txt
Linux Basic Command 6

ファイルのパーミッションを 変える。
chmod [ファイルのパーミッション ] [パス]
ugao +-rwe
U ー user
G ー group
O ー others
A ー all
+ ー 追加
– ー 引く
r (read) ー 読む
w (write) ー 確認
e (execute) ー 実行
Example: chmod ug+w /usr/local/test.txt