How can I terminate a process?
Novell Cool Solutions: Question & Answer
Reader Rating
from 1 ratings
Q:
How can I terminate a process?
A:
At a command prompt, type 'ps aux' and hit ENTER.
Find the process id (PID) of the process you wish to terminate.
Type 'kill', a space, and the PID. Hit ENTER.
The process is terminated.
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
Reader Comments
- I've found that "ps -ef" shows more processes I'm likely to want dead...