Linux File Permissions -> number reference
This is kind of silly, but sometimes I just need to quickly find common ones:
- drwx—r-x = 705
- -rwx—r-x = 705
- drw—-r– = 604
- -rw—-r– = 604
- drw-r–r– = 644
- -rw-r–r– = 644
- drwxr–r-x = 745
- -rwxr–r-x = 745
- drwxr-xr-x = 755
- -rwxr-xr-x = 755