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
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.
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.
Summary: Hi David, Thank you for your reply. TESTDIR is defined in an include file. When I manually delete the processed configuration file...and execute the shell scripts again...then it processes it properly...
Summary: In any flavour of linux or unix kill -9 would kill only those process which where initiated by the user account in which Ur logged in. cancel process pid can be given in HP unix. If Ur a root user U c...
Summary: Hi all, I need your help with ftp process. I want to setup a new user to allow the person to ftp file to a designated directory on an Unix server. I want to put some restrictions on the user access as...