78
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
Look at the above snapshot, all the sub processes of PPID 1517 are listed here.
Next TopicListing process in hierarchy