Kalkulator Chmod
Hitung izin file Linux dari notasi simbolik atau numerik
Numerik
755
Simbolik
rwxr-xr-x
Perintah
chmod 755 filename
Izin Umum
Tentang Alat Ini
Chmod Calculator is a free online tool that helps you calculate Linux and Unix file permissions. File permissions in Linux are represented by a three-digit octal number (such as 755 or 644) or symbolic notation (such as rwxr-xr-x). Each digit represents permissions for the owner, group, and others. This tool lets you toggle read (r), write (w), and execute (x) permissions for each category and instantly see the corresponding octal code, symbolic notation, and the chmod command. Understanding file permissions is critical for Linux system administration, web server configuration, and securing sensitive files and directories. Whether you are setting up a new server, configuring Apache or Nginx, or managing deployment scripts, this calculator ensures you apply the correct permissions every time. All processing happens in your browser — no data is sent to any server.
Cara Penggunaan
- Toggle the Read, Write, and Execute checkboxes for Owner, Group, and Others.
- The octal code (e.g., 755) and symbolic notation (e.g., rwxr-xr-x) update automatically.
- Copy the chmod command from the output area.
- You can also type an octal code directly to see the permission breakdown.
- Use 'Reset' to restore default permissions (755).