[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How to stop Real server :(
- Subject: Re: [cobalt-users] How to stop Real server :(
- From: "Fragga" <fragga@xxxxxxxxxxxx>
- Date: Fri Jul 19 06:38:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
do a `ps -ax`
find the PID of the process ( it will be in the first column )
then issue
kill -9 <pid of the process>
hopefully that should do it.
fragga