View Single Post

  #2 (permalink)  
Old 12-30-2005, 01:41 AM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

syslogd utility reads and logs messages to the system console, log files, other machines and/or users as specified by its configuration file under Linux/FreeBSD/Solaris etc. You cah restart syslod with following command:
Code:
killall -1 syslogd
Code:
killall -HUP syslogd
Reply With Quote