Chmod calculator

Calculate file and directory permission values using chmod syntax

Chmod 000


Owner rights (u)

Group rights (g)

Others rights (o)

Read (4)

Write (2)

Execute (1)

Octal chmod command

chmod 000 file_name

Symbolic chmod command

chmod a= file_name

Permission type used by stat and ls

---------

Powered by unix-permissions