The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-03-2002
janr janr is offline
Registered User
 

Join Date: Jun 2002
Location: Amsterdam (Netherlands)
Posts: 142
On the most unix flavours the -f(ull) option will show the PPID

like
/logs: ps -f
UID PID PPID C STIME TTY TIME CMD
net400 24032 24268 2 17:02:15 pts/0 0:00 ps -f
net400 24268 13026 0 16:37:04 pts/0 0:00 -csh
/logs: