[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: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Fri Jul 19 10:31:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----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)