User Tools

Site Tools


Sidebar

projects

wcp1 (due 20220824)
adm0 (due 20220831)
ntr0 (due 20220831)
pct1 (bonus; due 20220831)
wcp2 (due 20220831)
pbx0 (due 20220907)
pct2 (due 20220907)
pct3 (bonus; due 20220907)
wcp3 (due 20220907)
wcp4 (due 20220914)
pbx1 (due 20220915)
pct4 (due 20220915)
wcp5 (due 20220921)
pbx2 (due 20220922)
pct5 (bonus; due 20220922)
gfo0 (due 20220928)
wcp6 (due 20220928)
pct6 (due 20220929)
upf0 (due 20220929)
pct7 (bonus; due 20221005)
upf1 (due 20221005)
wcp7 (due 20221005)
bwp1 (bonus; due 20221019)
pct8 (due 20221019)
usr0 (due 20221019)
wcp8 (due 20221019)
pct9 (bonus; due 20221026)
wcp9 (due 20221026)
gfo1 (due 20221102)
pctA (due 20221102)
srf0 (due 20221102)
wcpA (due 20221102)
pctB (bonus; due 20221109)
wcpB (due 20221109)
mtf0 (due 20221110)
pctC (due 20221116)
wcpC (due 20221116)
wpa0 (due 20221117)
bwp2 (bonus; due 20221201)
pctD (bonus; due 20221201)
wcpD (bonus; due 20221201)
pctE (bonus; due 20221207)
wcpE (bonus; due 20221207)
gfo2 (due 20221208)
EoCE (due 20221219)
haas:fall2022: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/fall2022/unix/worksheet0.txt · Last modified: 2013/02/27 19:08 by 127.0.0.1