December 2018
Beginner
320 pages
8h 57m
English
To display the child processes of a parent using the PID of the main process, we can use the --ppid option. The main parent process is owned by the root, and child processes are forked and owned by the parent. The example of the ps command to display the child of a specified parent PID is shown in the following screenshot:

Read now
Unlock full access