| Mode | cd | ls | ls -l | cat | touch |
|---|---|---|---|---|---|
--- 0 | |||||
--x 1 | x | x | |||
-w- 2 | |||||
-wx 3 | x | x | x | ||
r-- 4 | x | ||||
r-x 5 | x | x | x | x | |
rw- 6 | x | ||||
rwx 7 | x | x | x | x | x |
rlets you *read* the directory listing (ls)rwithxlets you *read* an *extended* directory listing (ls -l)walone is *worthless*wwithxlets you *write* to files (touch)xlets you *examine* file contents (cat) and *exist* in the directory (cd)