printroo.8
来自「操作系统设计与实现源码」· 8 代码 · 共 60 行
8
60 行
PRINTROOT(8) Minix Programmer's Manual PRINTROOT(8)
NAME
printroot - print the name of the root device on standard output
SYNOPSIS
printroot
OPTIONS
-r Print only the root device, not a full mtab line
EXAMPLES
printroot # Print the name of the root device
DESCRIPTION
Printroot is useful for initializing the /etc/mtab when the system is
booted. It figures out what the root device is by searching /dev until
it finds a block special file with the right major/minor device numbers.
SEE ALSO
fstab(5), boot(8).
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?