page 19 and so on Flashcards
can only be changed by file owner or superuser (system
administrator)
permissions
is used to alter access permissions to an existing file or
directory
chmod
the 9 permission characters displayed in an ls -l listing
r w xr w xr w x
User Group Other
r w x r w x rw x
permission provides the ability to read the contents of a file, for
example:
cat cars - the cat command will only work if you
have read permission
r = read
permission provdes the ability to change or add to the
contents of a file
w - write
permission provides the ability to execute (run) a program
x - execute
permissions apply to the owner of the file, and may be any
combination of read, write, and execute
u - user
permissions apply to the group of the file, for example the
other engineers in your engineering department
g - group