Understanding Permissions In Linux
777, 755, 750…Wonder what these numbers are? Security access in unix operating systems is controlled by a set of permissions which determine the action that can be performed and the permission group.
A useful bash alias I have is the octal command:
This will output the octal number permissions in addition to the symbolic permissions. (Spaces added for clarity)
- Read the Ubuntu docs
- Good overview from linux.com
- Quick overview of chmod from thinkplexx.com