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

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



-----Original Message-----
From: Leonel Gonçalves 
Sent: Friday, July 19, 2002 10:11 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-users] How to stop Real server :(


Jean,

try using like this:

kill -9 `cat rmserver.pid`
notice the character that is before the "cat" command and after the
expression it's the inverse of the accute sign (sorry but i don't remember
now the name :) ).
---------------------------
<snip>

Us folks here in Ohio call those little characters, "back-quotes" (:-D)