Lesson 20: This is not a Pipe

Outline:

  1. File systems and relevant Unix commands
    • file organization
    • navigation in Unix: cd, pwd, ls
    • creating new files/folders: mkdir, touch
    • moving files: cp, scp
    • removing files: rm
  2. Command input/output
  3. More Unix commands
    • wc
    • grep
    • wget
    • ps
    • top

Reading assignment (to be completed by the next class):

  • Bryant & O’Halloran Sec. 8.2–8.4 (p. 732–756)