[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] How can I kill processes?
- Subject: RE: [cobalt-users] How can I kill processes?
- From: "Ali & Charlie" <dynamicduo@xxxxxxxxxxxxxxxx>
- Date: Wed Dec 1 07:17:09 1999
>
>
> 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