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

Re: [cobalt-users] How to stop Real server :(



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