> Date: Thu, 01 Jul 2010 01:40:05 +0800
> From: Philip Chee <philip.c...@gmail.com>
> Subject: Re: uh-oh, Terminate Stay Resident?
> To: support-seamonkey@lists.mozilla.org
> 
[...]
> > available for install. Which means the only way to shut seamonkey 
down
> > completely is to reboot the system.
> 
> What's wrong with ps -ef | grep seamonkey | kill -9

I think the kill command would get a bit confused with all the data 
coming at it.  Try this:

ps -ef | grep seam | grep -v grep | awk '{print $2}' | kill -9

or even

pkill seamonkey

---------------------------------------------------------------------
Gregory Hicks                           | Principal Systems Engineer
                                        | Direct:   408.569.7928

People sleep peaceably in their beds at night only because rough men
stand ready to do violence on their behalf -- George Orwell

The price of freedom is eternal vigilance.  -- Thomas Jefferson

"The best we can hope for concerning the people at large is that they
be properly armed." --Alexander Hamilton

_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to