Home » Linux List process with specific PPID

Linux List process with specific PPID

by Online Tutorials Library

List process with specific PPID

As mentioned earlier, some process may have PPID along with PID number. All the sub processes having same PPID number may be listed by mentioning PPID number.

Syntax:

Example:

ps -f –ppid 1517

Psppid1

Look at the above snapshot, all the sub processes of PPID 1517 are listed here.

You may also like