School of Computing. Dublin City University.
Online coding site: Ancient Brain
coders JavaScript worlds
-rwxr-xr-- 1 userid groupid 153 Nov 6 2008 filename - file (d for directory, l for link/shortcut) rwx User (u) can read,write,execute. r-x Other members of group (g) can read,execute only. r-- Other people (o) can read only. set via the "chmod" command. see "man chmod" user group other [ ][ ][ ] [ ][ ][ ] [ ][ ][ ] r - read w - write x - execute
[r][w][-] |
Don't execute by accident. Because UNIX will try to execute any text file as shell script if name is typed. e.g. text files, web pages |
[r][-][x] |
write-protect for safety annoying? |
[r][-][-] | both of above |
[r][w][x] | normal |
[r][w][x] [r][w][-] |
Shared writable file |
[r][-][x] [r][-][-] |
Shared read-only file |
[-][-][-] | Normal - Hidden from others |
Web pages need r: -rwx---r-- PHP scripts only need r, not x: -rwx---r--