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.
Kill process script
Name: Fouad Date: January 29, 2008 at 05:53:39 Pacific OS: AIX 5.2 CPU/Ram: 4 / 8GB Product: p5
Comment:
Hello,
I need a small script to check which user and when is killing some processes in our database. This information shall be documented in a log file.
Summary: Hey there! I'm new to UNIX / Linux and have some problems. I know that I can kill processes in unix, but I don't know how. I know the kill command, but how do I list running processes??? Whats PID ???...
Summary: hello, How does a kill process work? Is it true that when a kill is sent to a process, the process to be killed can decide whether to terminate itself or not? ...
Summary: Hi, I am trying to create a script that will kill a process. I have a file (proc.txt) which contains the process number but I don't seem to be able to tie the content of the file to the "kill -9" com...