Linux Processes
A Linux process contains the resources that correspond to a unit of execution. Resources are things such as memory, file handles, and one thread of execution. A thread is the execution context represented by the hardware register contents and memory stack frames. Processes are related in a hierarchical tree. The init process is the parent of all processes. It is part of the UNIX System V init architecture. The init man page says that there should be a readme file in /etc/init.d that explains System V init, but our Red Hat system doesn't have a readme there.
Init creates processes from a script stored in/etc/inittab. A group of processes to be run is specified in a runlevel. The system is always set to a current runlevel. That ...
Get Linux® and Windows® Interoperability Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.