- Mastering Linux Kernel Development
- Raghu Bharadwaj
- 46字
- 2021-07-08 09:47:20
Process status and termination
During the lifetime of a process, it traverses through many states before it ultimately terminates. Users must have proper mechanisms to be updated with all that happens to a process during its lifetime. Linux provides a set of functions for this purpose.