Chmod calculator
Compute your chmod permissions and commands with this online chmod calculator
Permissions
Owner (u)
Group (g)
Public (o)
Read (4)
Write (2)
Execute (1)
000
chmod 000 pathNote: Chmod (change mode) is a Unix command used to set file and directory permissions. Permissions are calculated by adding values: Read (4), Write (2), and Execute (1). Common combinations include 755 (rwxr-xr-x), 644 (rw-r--r--), and 777 (rwxrwxrwx).