0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
Configuration
Visually calculate Unix/Linux chmod permissions. Tick the boxes for user, group, and others, and get the octal number, symbolic notation, and chmod command ready to copy. Also works in reverse: paste a number or string and see the permissions.
Read
Write
Execute
User
Group
Others
Special bits
Input mode
Result
Octal
000
Symbolic
---------
ls -l
----------
chmod (numeric)
chmod 000 archivo
chmod (symbolic)
chmod u=,g=,o= archivo
User: no permissions
Group: no permissions
Others: no permissions