killall -HUP -whatis? - TechRepublic
General discussion
April 22, 2002 at 02:24 PM
rouse

killall -HUP –whatis?

by rouse . Updated 24 years, 1 month ago

Please explain the -HUP in the following:
/sbin/killall -HUP httpd
/usr/bin/killall -HUP syslogd

My man page says only: Signals can be specified either by name (e.g. -HUP) or by number (e.g. -1).

If you issue a “killall httpd”, is a -HUP implied?

Where I’m going with this is I’m trying to add a logrotation in logrotate.d, and I see these ‘killall’. I’d think that this would shut down the web server & log daemon.

This discussion is locked

All Comments