Write a program to open a file for reading and print out its entire contents
C OS Programming Interview Questions
Explain the difference between a mutex and a semaphore? If you need to protect access to an increment operation which one would be the best choice?
Write a program to measure how long a context switch takes on the Unix operating system.