IT 244: Introduction to Linux/Unix
Practice with Permissions
Print this page and write the chmod
command to
create the permissions required.
For the answers, click on
this link.
- The file notes.txt
- Owner - read, write
- Group - read, write
- Everyone - read, write
- The file work/notes.txt
- Owner - read, write
- Group - read
- Everyone - read
- The file it244/work/notes.txt
- Owner - read, write
- Group - read
- Everyone - no permissions
- The file work/label_now.sh
- Owner - read, write, execute
- Group - read, execute
- Everyone - read, execute
- The file it244/work/label_now.sh
- Owner - all permissions
- Group - read, execute
- Everyone - no permissions
- The file work/label
- Owner - write, execute
- Group - execute
- Everyone - execute
- The file it244/work/label
- Owner - all permissions
- Group - execute
- Everyone - execute
- The file ~ghoffman/it244/work/label
- Owner - read, execute
- Group - execute
- Everyone - no permisions
- The directory dir1
- Owner - all permissions
- Group - all permissions
- Everyone - all permissions
- The directory dir1/dir2
- Owner -
ls
, create & delete files & directories cd
permissions
- Group -
ls
, cd
permissions
- Everyone -
ls
permissions
- The directory ~ghoffman/dir3
- Owner -
ls
, cd
permissions
- Group -
ls
, cd
permissions
- Everyone - no permissions
- The directory dir5
- Owner -
ls
, cd
permissions
- Group -
cd
permissions
- Everyone -
ls
permissions