chmod パーミッション計算

Unixファイルのパーミッション(chmod)を計算します。所有者・グループ・その他を設定。

コマンド

chmod 644 file

記号表記

rw-r--r--
対象Read
読み取り
Write
書き込み
Execute
実行

Owner (u)

所有者

6

Group (g)

グループ

4

Other (o)

その他

4

関連ツール

このツールについて

Unixファイルのパーミッション(chmod)を計算します。所有者・グループ・その他を設定。