Unix Important Questions
1. Explain the system calls
2. Fork(),vfork(),waitpid()
3. What is fifo .With a neat diagram explain client server using fifo
4. Explain passing file descriptor over stream based pipes and unix domain sockets
5. Define pipes. Explain popen() and pclose() with examples.
6. Illustrate the following with prototype [Link] queue [Link]
7. Explain the concept of shared memory. Write a C/C++ Program how various types of
data are stored.
8. Pipes and its limitations
9. Wait3 and wait4 functions
MODULE 5
1. Kill api –kill() and alarm()
2. Define daemon process and characteristics of daemon process
3. Explain signal set jump and signal long jump functions with an example
4. Explain daemon client server model
5. Explain the following function- [Link]() [Link]() [Link]() [Link]()
[Link]() 6.clock_nanosleep() [Link]() [Link]() [Link]()
[Link]()
6. Explain daemon process. Explain coding rules an error logging with diagram