View Single Post

   
  #3 (permalink)  
Old 03-09-2008, 01:34 PM
CK
 
Posts: n/a
Default Re: HELP- Simple Script

Words to the wise, mikas <hmikas@gmail.com> wrote:

>Someone help me please.
>
>I need a script to find a process called xpto, and kill them.
>Sun FireV240 with Solaris 8.
>
>
>Thank´s in advance,
>


kill -9 `pgrep -p xpto` it is I think.

--
Claus Dragon <clauskick@mpsahotmail.com>
=(UDIC)=
d++ e++ T--
K1!2!3!456!7!S a29
"Coffee is a mocker. So, I am going to mock."

- Me, lately.
Reply With Quote