On Tue, 08 Oct 2002 10:33:34 +0800 "Anuerin G. Diaz" <[EMAIL PROTECTED]> wrote:
> > does killall able to handle mozilla and mozilla-bin if it is invoked > with "killall -9 mozilla"? sorry i dont have a linux machine to test > now. if it cannot then this script could be modified to mimic killall. > would passing a parameter to the 'killmoz' script mess with the $1 > parameter in awk? > > ciao! > Nope it will not work, if you read the mozilla-bin, it is a shell script that call other executables. Killing the shell script will not kill the main program. regards, -- Jimmy Lim Operation & Support Team Leader Tricom _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
