[prev] [index] [next]

Exercise: Unix file permissions

Each file on Unix has:
  • three permission levels: user, group, others
  • three permission types: read, write, execute
Investigate how each of these
  • can be set/unset
  • affects what you can do with the file