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 -->
  #4 (permalink)  
Old 01-28-2002
Kelam_Magnus's Avatar
Kelam_Magnus Kelam_Magnus is offline
Registered User
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
Try this.

Do a ps -aef|grep (your PID#)

# ps -aef |grep 13647

# ps -aef |grep (parent PID#) To find the process that possibly spawned your process "gzip -c".

If it has a parent PID. a process that spawned this process, then you should try to kill that process.

Keep trying to find the parent in this manner until you find the true parent. Then you should be able to kill this PID as well.
__________________
My brain is your brain