1833997 Members
2698 Online
110063 Solutions
New Discussion

process management

 
N. Mohammed
New Member

process management

Hello everybody
How to end a process in sleeping state, without used shutdown.
Thank you .
5 REPLIES 5
Naveej.K.A
Honored Contributor

Re: process management

hi,

Kill -9 PID

fuser -ku filename/filesystem

Regards,
Naveej
practice makes a man perfect!!!
Victor BERRIDGE
Honored Contributor

Re: process management

Hi,

Why would you want to kill a process in sleeping state?
At a given time only a very few processes are "running", all the rest are "sleeping"...
More precisely what are you trying to achieve? because killing processes can lead to serious issues if you dont know what you are doing...


All the best
Victor
N. Mohammed
New Member

Re: process management

Hi,
the process in hung state("kill -9 pid" won't kill it; PRI range 128-153)in my case PRI=133.
by.
Victor BERRIDGE
Honored Contributor

Re: process management

If you are sure
Check the PPID and look with ps -ef|grep what the PPID does (other processes attached?..) if safe try to kill -9 both PID and PPID

If that doesnt work there is not much hope (real zombie...)

All the best
Victor
Cem Tugrul
Esteemed Contributor

Re: process management

Hi Mohammed,

i am really agree with Victor...

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't