chmod Calculator
Calculate Unix file permissions (chmod). Toggle read/write/execute for owner, group, others.
コマンド
chmod 644 file
記号表記
rw-r--r--| 対象 | Read 読み取り | Write 書き込み | Execute 実行 | 値 |
|---|---|---|---|---|
Owner (u) 所有者 | 6 | |||
Group (g) グループ | 4 | |||
Other (o) その他 | 4 |
Related Tools
About this tool
Calculate Unix file permissions (chmod). Toggle read/write/execute for owner, group, others.