The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-11-2007
dhams dhams is offline
Registered User
 

Join Date: Aug 2007
Posts: 12
when i tree ptree command with a PID, i am getting the command not found. Please find below the same.

<lnx30:data/serial>$ ps -ef | grep LMPE
lmp 21974 21963 0 17:05 ? 00:00:00 /bin/ksh /lmp/prod/bin/LMPExecuteGrpDriver.sh 4
lmp 21995 21974 0 17:05 ? 00:00:00 /bin/ksh /lmp/prod/bin/LMPExecuteGrpDriver.sh 4
lmp 22130 21974 0 17:06 ? 00:00:00 /bin/ksh /lmp/prod/bin/LMPExecuteGrpDriver.sh 4
ap90 30951 20826 0 18:00 pts/3 00:00:00 grep LMPE
<lnx30:data/serial>$ ptree 21995
zsh: command not found: ptree
Reply With Quote