Unix
File System
Everything is a file, including I/O devices.
mount in the system hierarchy tree.
Protection appiled to files. Each file has a set of seven protection bits. Set UID to run with the other user id's permission.
Soft Links vs Hard Links
Shell
fork, and then exec
Pipes are implemented by manipulating the fd0 and fd1.