December 2018
Beginner
320 pages
8h 57m
English
To print only the PIDs of processes whose names are known, we use the -C option, followed by the exact process name and the -o option, followed by pid=, as shown in the following screenshot:

You can look up the meaning of all the labels and the various process state descriptions in the Unix standard and BSD standard from the man page of the ps command.
Read now
Unlock full access