コード、データと QRツール

Chmod 計算機

「Chmod 計算機」はコード、データと QRに使えるブラウザツールです。入力内容と結果は通常この端末内で処理され、登録は必要ありません。

ブラウザ内で処理登録不要プライバシーの説明 ↗

Enter a three or four digit octal value, or symbolic rwx notation.

使い方

使い方

  1. Enter a three or four digit chmod value such as 755, or a symbolic value such as rwxr-xr--.
  2. Review the owner, group, and others permission breakdown.
  3. Copy the numeric value, symbolic mode, or ready-to-run chmod command.

Read every permission group

The calculator shows separate read, write, and execute permissions for the owner, group, and others. The three octal digits map to those groups in that order.

Special bits are supported

Use a four digit value for setuid, setgid, and sticky bits, such as 1755. Symbolic input can use s and t in the executable positions, including rwxr-sr-t.

Private browser calculation

Parsing and formatting happen locally in your browser. No permission value is uploaded or stored by this page.

よくある質問

あわせて知りたいこと

What does chmod 755 mean?

The owner has read, write, and execute permissions; group and others have read and execute permissions.

Can I enter symbolic permissions?

Yes. Enter a nine character value such as rw-r--r--, or include special bits in the executable positions.

What is the leading fourth digit?

It represents special bits: 4 for setuid, 2 for setgid, and 1 for the sticky bit. Values can be combined.

Does this change a file?

No. It only calculates and formats permissions. Copy the generated command and run it yourself when ready.