⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syslogd.8

📁 早期freebsd实现
💻 8
字号:
.\" $Revision: 1.2 $.\" Copyright (c) 1983, 1986 The Regents of the University of California..\" All rights reserved..\".\" Redistribution and use in source and binary forms are permitted provided.\" that: (1) source distributions retain this entire copyright notice and.\" comment, and (2) distributions including binaries display the following.\" acknowledgement:  ``This product includes software developed by the.\" University of California, Berkeley and its contributors'' in the.\" documentation or other materials provided with the distribution and in.\" all advertising materials mentioning features or use of this software..\" Neither the name of the University nor the names of its contributors may.\" be used to endorse or promote products derived from this software without.\" specific prior written permission..\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED.\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF.\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE..\".\"	@(#)syslogd.8	6.8 (Berkeley) 6/27/90.\".TH SYSLOGD 8 "June 27, 1990".UC 5.SH NAMEsyslogd \- log systems messages.SH SYNOPSIS.B syslogd[.BI \-f configfile] [.BI \-m markinterval] [.B \-d].SH DESCRIPTION.I Syslogdreads and logs messages into a set of filesdescribed by the configuration file/etc/syslog.conf.Each message is one line.A message can contain a priority code,marked by a number in angle bracesat the beginning of the line.Priorities are defined in.RI < sys/syslog.h >..I Syslogdreads from the UNIX domain socket.IR /dev/log ,from an Internet domain socket specified in.IR /etc/services ,and from the special device.I /dev/klog(to read kernel messages)..PP.I Syslogdconfigures when it starts upand whenever it receives a hangup signal.Lines in the configuration file have a.I selectorto determine the message priorities to which the line appliesand an.IR action .The.I actionfield are separated from the selector by one or more tabs..PPSelectors are semicolon separated lists of priority specifiers.Each priority has a.I facilitydescribing the part of the system that generated the message,a dot,and a.I levelindicating the severity of the message.Symbolic names may be used.An asterisk selects all facilities.All messages of the specified level or higher (greater severity)are selected.More than one facility may be selected using commas to separate them.For example:.PP.ti +5*.emerg;mail,daemon.crit.PPSelects all facilities at the.I emerglevel and the.I mailand.I daemonfacilities at the.I critlevel..PPKnown facilities and levelsrecognized by.I syslogdare those listed in.IR syslog (3)without the leading ``LOG_''.The additional facility``mark'' has a message at priority LOG_INFO sent to it every20 minutes(this may be changed with the.B \-mflag).The ``mark'' facility is not enabled by a facility field containing an asterisk.The level ``none'' may be used to disable a particular facility.For example,.PP.ti +5*.debug;mail.none.PPSends all messages.I exceptmail messages to the selected file..PPThe second part of each line describes where the message is to be loggedif this line is selected.There are four forms:.IP \(bu 3nA filename (beginning with a leading slash).The file will be opened in append mode..IP \(bu 3nA hostname preceeded by an at sign (``@'').Selected messages are forwarded to the.I syslogdon the named host..IP \(bu 3nA comma separated list of users.Selected messages are written to those usersif they are logged in..IP \(bu 3nAn asterisk.Selected messages are written to all logged-in users..PPBlank lines and lines beginning with `#' are ignored..PPFor example, the configuration file:.PP.nf.ta 4m +\w'*.alert,auth.warning'u+3	kern,mark.debug	/dev/console	*.notice;mail.info	/var/log/maillog	*.crit	/var/log/critical	kern.err	@ucbarpa	*.emerg	*	*.alert	eric,kridle	*.alert;auth.warning	ralph.fi.PPlogs all kernel messagesand 20 minute marks onto the system console,all notice (or higher) level messages and all mail system messagesexcept debug messagesinto the file /var/log/maillog,and all critical messagesinto /var/log/critical;kernel messages of error severity or higher are forwardedto ucbarpa.All users will be informed of any emergency messages,the users ``eric'' and ``kridle''will be informed of any alert messages,and the user ``ralph''will be informed of any alert message,or any warning message (or higher)from the authorization system..PPThe flags are:.TP 0.5i.B \-fSpecify an alternate configuration file..TP.B \-mSelect the number of minutes between mark messages..TP.B \-dTurn on debugging..PP.I Syslogdcreates the file /var/run/syslog.pid, if possible,containing a single line with its process id.This can be used to kill or reconfigure.I syslogd..PPTo bring.I syslogddown,it should be sent a terminate signal (e.g. kill \`cat /var/run/syslog.pid\`)..SH FILES.ta \w'/etc/syslog.conf    'u.nf/etc/syslog.conf	the configuration file/var/run/syslog.pid	the process id/dev/log	Name of the UNIX domain datagram log socket/dev/klog	The kernel log device.fi.SH SEE ALSOlogger(1), syslog(3)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -