-HUP 1 command

Jonathan Chen jonc at chen.org.nz
Tue Jan 13 18:22:22 PST 2004


On Tue, Jan 13, 2004 at 08:53:44PM -0500, fbsd_user wrote:
> After making changes to syslog.conf and newsyslog.conf 
> what is the command to enable the changes.
> 
> Is it  Kill -HUP 1

No. You don't need to HUP anything for newsyslog.conf, it's a cron-job.
For changes to syslog.conf you need to HUP the syslogd process, ie:

    # kill -HUP <pid-of-syslogd>

-- 
Jonathan Chen <jonc at chen.org.nz>
----------------------------------------------------------------------
                        "Only the meek get pinched. The bold survive."
                                                      - Ferris Bueller


More information about the freebsd-questions mailing list