Last question - what the heck is SIGHUP and why does it keep occuring?

    
 SIGHUP means to Stop and reload config files and reopen log files while maintaining the current tasks it was doing, this allows services to be upgraded/logfiles to be swapped out without interrupting the end services provided.  The same thing can be done with the command "kill -HUP <pid>" ensure HUP capitalisation is observed...

Scott.
_______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to