Advanced Linux Permission Calculator
Calculate, convert, and analyze Linux file permissions with this comprehensive chmod calculator tool.
Numeric (Octal) Input
Special
Special bits (4,2,1)
Owner
User permissions
Group
Group permissions
Others
Other users
Symbolic Input
Quick Permission Presets
Web Server Files Common
0755
rwxr-xr-x
Owner: full, Group/Others: read & execute
Configuration Files
0644
rw-r--r--
Owner: read/write, Group/Others: read only
Private Scripts
0700
rwx------
Owner only: full access
Public Directory Warning
0777
rwxrwxrwx
Everyone: full access (insecure)
SUID Executable
4755
rwsr-xr-x
SetUID + normal executable
Sticky Temp Directory
1777
rwxrwxrwt
World-writable with sticky bit
Private Files
0600
rw-------
Owner only: read/write
SGID Directory
2755
rwxr-sr-x
SetGID + normal directory
chmod Command Generator
chmod 755 script.sh