COMP 3000 Test 2 Study Guide 2011: Difference between revisions
Created page with "==Key Concepts== For this test, you should understand the following terms and how they interrelate at a high level: * execve semantics * how command line variables are processe…" |
(No difference)
|
Revision as of 20:04, 4 November 2011
Key Concepts
For this test, you should understand the following terms and how they interrelate at a high level:
- execve semantics
- how command line variables are processed by execve
- how environment variables are processed by execve
- signal handlers
- concurrent operation with fork
- producer/consumer
- semaphores
- basic pthreads
- System V init scripts versus launchd
- mounting filesystems
- loopback mounting
- sparse files
- basic filesystem implementation, VFS abstraction
You will also likely need material covered in Test 1.