Updated: 2012-03-09 11:46 EST
needed for Lab #06 - Linux File System Permissions (modes)
chmod u=rwx,g=rx,o=r
or chmod 754
chmod u+x,g-r,o-rwx
- cannot be done using octal permissionscd foo ; ls .
vs. ls foo
Author:
| Ian! D. Allen - idallen@idallen.ca - Ottawa, Ontario, Canada
| Home Page: http://idallen.com/ Contact Improv: http://contactimprov.ca/
| College professor (Free/Libre GNU+Linux) at: http://teaching.idallen.com/
| Defend digital freedom: http://eff.org/ and have fun: http://fools.ca/
Plain Text - plain text version of this page in Pandoc Markdown format
Author Ian! D. Allen