Search This Blog

Thursday, January 24, 2013

Process Management

See Linux Process Management (ps, top, renice, kill).
The "ps" command lists current process information.
root> ps
root> ps -ef | grep -i ora
Specific processes can be killed by specifying the process id in the kill command.
root> kill -9 12345

No comments:

Post a Comment