On Mon, 24 Jul 2000, Richard Kim wrote:

>How Do you kill a process and view them, I need multiple answers

First answer: run top as root. That shows you all processes.

Second answer: run ps -ef as root. That shows you all processes.

Third answer: run kill <pid>  after checking the PID number of the process
you want to terminate (do this with answer 1 or 2).
If the process does not go away, use kill -9 <pid>.
If the process does not go away then, reboot. Kill -9 is fatal to any
process.

Paul

--
Never tell people how to do things.
Tell them what to do
and they will surprise you with their ingenuity.

)0(    [[EMAIL PROTECTED]]    )0(
http://nlpagan.net -  ICQ 147208
Registered  Linux  User   174403

Reply via email to