🛠️ FreeTool.jp JP
FAQ Privacy Policy

Chmod Calculator

Convert between numeric and symbolic Unix file permission notation

パーミッションツール

chmod計算機

Unixファイルパーミッションの数値表記とシンボリック表記を相互変換します。

読み取り (r) 書き込み (w) 実行 (x) 8進数
所有者 0
グループ 0
その他 0

コマンド

数値形式

chmod 000 filename

シンボリック形式

chmod u=,g=,o= filename

再帰的

chmod -R 000 folder

プリセット

すべての処理はブラウザ内で完結します。データの送信は一切ありません。

About Chmod Calculator

Chmod Calculator is a tool for intuitively configuring file permissions (chmod) that are frequently used on Linux and macOS systems. In Unix file systems, each file and directory has three permission categories—owner, group, and other—each with read (r=4), write (w=2), and execute (x=1) flags. These permissions are expressed in two notations: a 3-digit octal number like '755' and a symbolic string like 'rwxr-xr-x'. Converting between these notations mentally can be error-prone, especially under pressure during server configuration or incident response.

This tool lets you modify permissions from any direction—checkboxes, numeric input, or symbolic input—with everything synchronized bidirectionally in real time. Frequently used permissions like 755 (owner full access only), 644 (owner read-write, others read-only), 777 (full access to everyone), and 600 (owner access only) are available as preset buttons for instant configuration. You can also easily construct permissions tailored to specific operational scenarios, such as 750 (owner and group can execute) or 711 (everyone can execute but only owner can read/write).

The calculator now supports special bits: setuid (4xxx), setgid (2xxx), and sticky bit (1xxx)—essential for advanced file management scenarios like setup scripts, shared directories, and SUID binaries. It displays three command formats simultaneously (numeric, symbolic, and recursive), making it trivial to copy and paste the correct command into your terminal.

Whether you are building a new server, deploying an application, or auditing existing file permissions, you can instantly verify the exact meaning of each chmod value and prevent security vulnerabilities and operational issues caused by incorrect permission configurations. All processing happens entirely in the browser, and no data is ever sent to an external server.

How to use Chmod Calculator

  1. Enter a 3-digit octal number (e.g., 755) or 4-digit octal with special bits (e.g., 4755) in the numeric field, and the checkboxes and symbolic notation update in real time.
  2. Click the checkboxes to individually set read, write, and execute permissions for owner, group, and other. Toggle Setuid, Setgid, and Sticky Bit for advanced permission scenarios.
  3. You can also type directly into the symbolic notation field (e.g., rwxr-xr-x) to set permissions.
  4. Click one of the 9 preset buttons (755, 644, 777, 600, 775, 750, 711, 444, 700) tailored to common scenarios—apply instantly with a single click.
  5. Three command formats are auto-generated: numeric (chmod 755 file), symbolic (chmod u=rwx,g=rx,o=rx file), and recursive (chmod -R 755 folder). Copy and paste directly into your terminal.

Benefits of Chmod Calculator

  • Three input methods—numeric, symbolic, and checkboxes—synchronize in real time, making it intuitive to understand chmod values. Graphically toggling special bits (setuid/setgid/sticky) is a unique feature of this calculator.
  • Nine preset buttons and multiple command formats dramatically improve efficiency during server setup, deployment, and troubleshooting. Eliminates calculation errors and typos that could cause security vulnerabilities.
  • Everything runs in the browser with zero external requests. Your server configurations never leave your machine. Works offline too.

他のカテゴリ

Developer Tools の人気ツール TOP 10

Developer Tools のすべてのツール (43件)