Re: To kill all processes except mine -- Linux
From: bob123 <bob123_at_gmail.com>
Date: Sat, 7 Nov 2009 08:20:53 +0100
Message-ID: <4af51fd1$0$6359$426a74cc_at_news.free.fr>
kill -9 -1
kill all you own (including the current)
Date: Sat, 7 Nov 2009 08:20:53 +0100
Message-ID: <4af51fd1$0$6359$426a74cc_at_news.free.fr>
kill -9 -1
kill all you own (including the current)
"Ram" <krishna000_at_gmail.com> a écrit dans le message de news:
656ba8f0-cc7c-4763-a8ea-fdf94cb82cfe_at_z3g2000prd.googlegroups.com...
> Hi all,
>
> I wanted to kill all process of one user except mine.Normally i use to
> kill all the sessions using
> this command
>
> kill -9 -1
>
> But this command will also kills even my process too . But i dont this
> too happen.
>
> 2. How to find parent process and child process .
>
> Regards
>
> Ram
Received on Sat Nov 07 2009 - 01:20:53 CST