bootlogd.8
来自「sysvinit--linux系统下的init」· 8 代码 · 共 40 行
8
40 行
.TH BOOTLOGD 8 "Jul 21, 2003" "" "Linux System Administrator's Manual".SH NAMEbootlogd \- record boot messages.SH SYNOPSIS.B /sbin/bootlogd.RB [ \-d ].RB [ \-r ].RB [ \-v ].RB [ " -l logfile " ].RB [ " -p pidfile " ].SH DESCRIPTION\fBBootlogd\fP runs in the background and copies all strings sent to the\fI/dev/console\fP device to a logfile. If the logfile is not accessible,the messages will be buffered in-memory until it is..SH OPTIONS.IP \fB\-d\fPDo not fork and run in the background..IP \fB\-r\fPIf there is an existing logfile called \fIlogfile\fP rename it to\fIlogfile~\fP unless \fIlogfile~\fP already exists..IP \fB\-v\fPShow version..IP \fB\-l logfile\fPLog to this logfile. The default is \fI/var/log/boot\fP..IP \fB\-p pidfile\fPPut process-id in this file. The default is no pidfile..SH BUGSBootlogd works by redirecting the console output from the consoledevice. It copies that output to the real console device and alogfile. There is no standard way to find out the real console deviceif you have a new-style \fI/dev/console\fP device (major 5, minor 1).\fBBootlogd\fP tries to parse the kernel command line, looking forconsole= lines and deducts the real console device from that. If thatsyntax is ever changed by the kernel, or a console-type is usedbootlogd does not know about, bootlogd will not work..SH AUTHORMiquel van Smoorenburg, miquels@cistron.nl.SH "SEE ALSO".BR dmesg (8)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?