Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Unix Question

Re: Unix Question

From: <jtesta_at_dmc-it.com>
Date: Mon, 28 Jun 2004 07:40:52 -0400 (EDT)
Message-ID: <60964.155.188.191.4.1088422852.squirrel@www.dmc-it.com>


Jared, dont you think that someone who HAS root would know what that does?

joe

> Mladen,
>
> Please stop sending posts like this.
>
> You may be joking, but it would be very easy
> for a neophyte to take this seriously.
>
> Jared
>
> On Thu, 2004-06-24 at 20:45, Mladen Gogala wrote:
>> On 06/24/2004 11:12:46 PM, zhu chao wrote:
>> > depending on the os, you can try killall in linux.
>>
>> The "init 6" command will also do the trick, if you are logged in as
>> root. Of course, if you are on linux, you can try with pkill, which
>> is described in detail in the place few would bother to look:
>> man pages. If looking in manual pages is against your beliefs
>> for whatever reasons, you might give a try to command like
>> this:
>> ps -ef|egrep "PATTERN"|egrep -v "PID|egrep"|awk '{ print $2; }'|xargs
>> kill -9
>>
>> On the other hand, if you are on a BSD system, then "kill -9 1" or
>> "init q" will also do the trick. The decision is yours.
>
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Mon Jun 28 2004 - 06:49:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US