'Course the original kill should've been call sig or something because
that's all it really does - sends signals to processes,
hence
kill -9 123
is really kill -KILL 123
whereas kill -HUP 123
just sends the HUP signal to process 123.

Actually signal 9 seems to be the only common signal number with the
different Unixes.
Better to use the signal name (eg HUP) than the number if you use different
OSs during the day...

Some of the GUI versions of process viewers can be fun, eg sun's sdtprocess
where you can filter things out. I haven't seen a Linux version of something
like this, although top isn't bad.

- Jill
___________________________________________
Jill Rowling
Snr Design Engineer & Unix System Administrator
Electronic Engineering Department, Aristocrat Technologies Australia
3rd Floor, 77 Dunning Ave Rosebery NSW 2018
Phone:  (02) 9697-4484          Fax:    (02) 9663-1412
Email:  [EMAIL PROTECTED]
 
On Tue, Aug 22, 2000 at 10:30:14AM +1000, Umar Goldeli ([EMAIL PROTECTED])
wrote:
> Just don't try it on Solaris. :)
> 
> ( yes there is a killall, but it kills.. *ALL* )
> 
> $grin$


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to