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

📄 bootlogd.readme

📁 sysvinit--linux系统下的init
💻 README
字号:
bootlogd: a way to capture all console output during bootup          in a logfile.- bootlogd opens /dev/console and finds out what the real console is  with an ioctl() if TIOCCONS is available- otherwise bootlogd tries to parse /proc/cmdline for console=  kernel command line arguments- then opens the (most probable) real console- allocates a pty pair- redirects console I/O to the pty pair- then goes in a loop reading from the pty, writing to the real  console and a logfile as soon as a r/w partition is available,  buffering in memory until then.As soon as bootlogd exits or gets killed, the pty is closed and theredirection will be automatically undone by the kernel. So that'spretty safe.

⌨️ 快捷键说明

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