Skip to content

Instantly share code, notes, and snippets.

@webern
Last active July 6, 2023 19:42
Show Gist options
  • Save webern/f985376d6510c9a1adaf7d48ed34996c to your computer and use it in GitHub Desktop.
Save webern/f985376d6510c9a1adaf7d48ed34996c to your computer and use it in GitHub Desktop.
chmod
  • 755 - Owner: Everything, Group: Read+Execute, World: Read+Execute
  • 644 - Owner: Read+Write, Group: Read, World: Read

Octal Value

File Permissions Set

Permissions Description

0 --- No permissions 
1 --x Execute permission only 
2 -w- Write permission only 
3 -wx Write and execute permissions 
4 r-- Read permission only 
5 r-x Read and execute permissions 
6 rw- Read and write permissions 
7 rwx Read, write, and execute permissions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment