Permissions file type, owner, group, world
 
 
Sample access permissions strings
- -rwxrwxrwx (wide open file)
 - -rwxrw-rw- (read and write access to everyone)
 - -rwxr--r-- (read-only access to everyone)
 - -rwx------ (only I can access the file)
 - -rwxrwx--- (open to people in my group)
 - -rwxr----- (read-only access to my group only)
 - drwxrwxrwx (directory wide open to everyone)
 - drwxr-xr-x (directory with read-only access)