User Tools

Site Tools


Sidebar

projects

uxi0 (due 20180117)
wcp1 (due 20180117)
adm0 (due 20180124)
wcp2 (due 20180124)
pbx0 (due 20180131)
wcp3 (due 20180131)
pbx1 (due 20180207)
wcp4 (due 20180207)
pbx2 (due 20180214)
wcp5 (due 20180214)
usr0 (due 20180228)
wcp6 (due 20180228)
pbx3 (bonus due 20180228)
upf0 (due 20180307)
wcp7 (due 20180307)
upf1 (due 20180314)
wcp8 (due 20180314)
spf0 (due 20180321)
pwn0 (due 20180321)
wcp9 (due 20180321)
gfo0 (due 20180411)
wcpA (due 20180328)
wpa0 (bonus due 20180411)
wcpB (due 20180411)
gtf0 (due 20180418)
wcpC (due 20180418)
icp0 (due 20180425)
haas:spring2018:unix:worksheet0

UNIX Worksheet

File Permissions

For the following symbolic file permissions, give the corresponding octal value:

  • - r w x r - x r - x
  • d - w x - w - - - x
  • c r - - - w - - - x
  • b r w - r w - - w x

File Types

For the given file information, identify whether the indicated file is a regular, directory, or special file:

  • - r w x r - x r - x
  • d - w x - w - - - x
  • c r - - - w - - - x
  • b r w - r w - - w x

Modifying File Permissions based on File Types

For the following, give the chmod command that provides user with read and write (maintaining any existing execute), removes any read for group (preserving any existing write and execute), and adds world read. But ONLY if it is a special file.

  • - r w x r - x r - x
  • d - w x - w - - - x
  • c r - - - w - - - x
  • b r w - r w - - w x

Absolute vs. Relative Path

For the following, specify whether it is an absolute or relative path. Explain why:

  • /usr/local/bin
  • ../bin/fsck
  • bin/ls
  • /var/log/auth.log
haas/spring2018/unix/worksheet0.txt · Last modified: 2013/02/27 19:08 by 127.0.0.1