書式
chmod 設定値 パス
				
			
				説明
					アクセス権を変更します。
					
					| オプション | 内容 | 
					| -f | メッセージを表示しない | 
					| -v | verboseモードにする | 
					| -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