Search for a command to run...
Calculate and convert Unix/Linux file permissions between octal (755) and symbolic (-rwxr-xr-x) formats.
Numeric representation (e.g., 755)
Character representation (e.g., -rwxr-xr-x)
The permission set 755 (-rwxr-xr-x) means:
What
chmod permissions represent read/write/execute access in octal or symbolic form.
Cases
Convert rwx permissions to octal
Understand file access for users and groups
Set executable permissions correctly
How To
A step-by-step guide to converting between octal and symbolic permissions.
Pick octal (e.g., 755) or symbolic (e.g., -rwxr-xr-x) input.
Toggle read/write/execute for owner, group, and others (or paste a value).
Review the converted output and copy the format you need.
Knowledge
FAQ