Thread
:
freebsd syslogd restart
View Single Post
#
2
(
permalink
)
12-30-2005, 01:41 AM
monk
Senior Member
User
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power:
5
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
monk
View Public Profile
Send a private message to monk
Visit monk's homepage!
Find all posts by monk