home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / syslog2b.zip / syslogd.man < prev    next >
Text File  |  1996-12-02  |  2KB  |  49 lines

  1. SYSLOGD(8)               UNIX System Manager's Manual               SYSLOGD(8)
  2.  
  3. NAME
  4.      syslogd - log systems messages
  5.  
  6. SYNOPSIS
  7.      syslogd [-d] [-f config_file] [-m mark_interval]
  8.  
  9. DESCRIPTION
  10.      Syslogd reads and logs messages to the system console, log files, other
  11.      machines and/or users as specified by its configuration file.  The op-
  12.      tions are as follows:
  13.  
  14.      -d      Switches on debug output.
  15.  
  16.      -f      Specify the pathname of an alternate configuration file; the de-
  17.              fault is %etc%\syslog.cnf.
  18.  
  19.      -m      Select the number of minutes between ``mark'' messages; the de-
  20.              fault is 20 minutes.
  21.  
  22.      Syslogd reads its configuration file when it starts up and whenever it
  23.      receives an INTR signal.  For information on the format of the configu-
  24.      ration file, see syslog.conf(5).
  25.  
  26.      Syslogd reads messages from an Internet domain socket specified in 
  27.      %etc%\services.
  28.  
  29.      Syslogd creates the file %etc%\syslog.pid, and stores its process id
  30.      there.  This can be used to kill or reconfigure syslogd.
  31.  
  32.      The message sent to syslogd should consist of a single line.  The message
  33.      can contain a priority code, which should be a preceding decimal number
  34.      in angle braces, for example, `<5.>' This priority code should map into
  35.      the priorities defined in the include file <sys/syslog.h>.
  36.  
  37. FILES
  38.      %etc%\syslog.conf    The configuration file.
  39.      %etc%\syslog.pid     The process id of current syslogd.
  40.  
  41. SEE ALSO
  42.      logger(1),  syslog(3),  services(5),  syslog.conf(5)
  43.  
  44. HISTORY
  45.      The syslogd command appeared in 4.3BSD.
  46.  
  47. 4.2 Berkeley Distribution       March 16, 1991                               1
  48.  
  49.