Summary
A detailed study of Linux processes and daemons could be a major undertaking. Where worthy volumes on the topic have admirably succeeded, a relatively brief chapter may pale in comparison. Yet in this chapter, we tried to put on a real-world, down-to-earth, practical coat on everything we’ve considered to make up for our possible shortcomings in the abstract or scholarly realm.
At this point, we hope you are comfortable working with processes and daemons. The skills you’ve gathered so far should include a relatively good grasp of process types and internals, with a reasonable understanding of process attributes and states. Special attention has been paid to inter-process communication mechanisms, and signals in particular. For each of these topics, we will take a more detailed approach in Chapter 8. For now, we consider the information we’ve provided to be sufficient for understanding how inter-process communication works.
The next chapter will take...