[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] How can I kill processes?



>
>
> I heard if I did a ps -a that I could see all processes and kill them if
> they have ran wild.  I have tried several things, but can't seem
> to get the
> list of processes.  Please tell me how to do this.
>
> c2

Hi,
Make sure you are logged in as root and type in 'ps -aux' . This will list
all processes running, along with the pid of each process. To kill a
proccess, just select the process number and type in 'kill pid#' .
Best wishes,
Ali & Charlie