CS228 Final Review Guide

There will be no questions only from the book, all of them were covered in lecture at some point, and most were practiced in some way on the homework. Closed book. A page of notes is allowed, and I encourage you to make a list of the commands in the following list along with a brief explanation of what they do.
Commands which appear somewhere on the test: Python scripts will be covered, so be sure to understand the two homeworks that used one of these.

The following refers to the test from last time. I haven't written the Spring 2019 test yet! The degree to which these are covered varies a great deal. There isn't a man page reading question this time. There are a few questions that refer to file system layout, and many questions depend on understanding how the filesystem works. There are a couple tricky questions involving alias and export, so be very sure what these commands do. One question requires you to read and understand a Python script.
Page Question Format Total Points Topics
1None 0 Cover Page
28 Multiple Choice 24 General
35 Short Answer (give command output) 15 Regular expressions and grep
45 Short Answer (give command output) 15 wc, sed, sort, uniq
53 Short Answer 18 Python scripts, alias, backtics, export, escape sequences, sed, echo
65 Short Answer 16 Permissions, chmod, aespipe
72 Short Answer 12 Apache, archives, grep again