Computing.Net > Forums > Unix > delete runnaway process

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

delete runnaway process

Reply to Message Icon

Name: Mark Moore
Date: January 26, 2001 at 11:46:59 Pacific
Comment:

Does anyone if the is a tool or an undocumented commmand under HPUX 11.0, to delete a runaway process with having to reboot?

Also, does anyone know where there is a script to do this. Your will be appreciated greatly.



Sponsored Link
Ads by Google

Response Number 1
Name: David Llewellyn
Date: February 6, 2001 at 12:57:28 Pacific
Reply:

Typically, you find out the PID or process id number for the offending process by using the 'ps -ef' command.

Then, knowing the process number, you can simply use 'kill ' command.

Simply do 'man ps' and 'man kill' on your HPUX system to find out more.

Good luck, if you need to e-mail me, prefix the domain name in my e-mail address above with 'af'.

-David.


0

Response Number 2
Name: marl moore
Date: February 13, 2001 at 04:55:40 Pacific
Reply:

I know how to delete a process, but if the process has no owner you can not delete it. The only wat`y to get rid of it is to reboot.
I'am looking for a way to remove the process without rebooting. These processes are defunct and zombie processes.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: delete runnaway process

why isn't this for loop working?? www.computing.net/answers/unix/why-isnt-this-for-loop-working/6915.html

kill -9 not killing everything www.computing.net/answers/unix/kill-9-not-killing-everything/2995.html

Ftp process www.computing.net/answers/unix/ftp-process/7158.html