syslogd - log systems messages
syslogd [-ds] [-f config_file] [-m mark_interval]
The syslogd(1) utility reads and logs messages to the system console, log files, other computers, and users as specified by its configuration file.
The options are as follows:
The syslogd(1) utility reads its configuration file when it starts up and when it receives a hangup signal. For information on the format of the configuration file, see syslog.conf(5).
The syslogd(1) utility creates the file /var/run/syslog.pid, and stores its process identifier (ID) there. This can be used to kill or reconfigure syslogd(1).
The message sent to syslogd(1) should consist of a single line. The message can contain a priority code, which should be a preceding decimal number in angle brackets; for example, <5>. This priority code should map into the priorities defined in the include file <sys/syslog.h>.
cd /var/adm/log
touch console daemon ftp lpr mail messages news secure uucp
logger(1)
syslog(3)
syslog.conf(5)