chmod:アクセス権を変更する

書式

chmod 設定値 パス

説明

アクセス権を変更します。
オプション内容
-fメッセージを表示しない
-vverboseモードにする
-Rディレクトリ内も処理(再帰)
-H 
-L 
-P 
-C 
-P 

実行結果

PowerMacG5x2:~/tests test$ ls -l
total 0
-rw-r--r-- 1 test test 0 Dec 25 20:35 test.txt
PowerMacG5x2:~/tests test$ chmod 666 test.txt
PowerMacG5x2:~/tests test$ ls -l
total 0
-rw-rw-rw- 1 test test 0 Dec 25 20:35 test.txt