Linux Permissions Calculator

000
---------
chmod 000 file

Owner

Group

Public

Frequently asked questions

What does the chmod calculator convert?
Linux permissions between octal (755) and symbolic (rwxr-xr-x), with the chmod command ready.
What does 755 mean?
rwx for the owner and r-x for group and others; typical of directories and executables.
And 644?
rw-r--r--: read/write for the owner and read-only for the rest; typical of files.