PRINTROO.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. PRINTROOT(8)              Minix Programmer's Manual               PRINTROOT(8)
  2. NAME
  3.      printroot - print the name of the root device on standard output
  4. SYNOPSIS
  5.      printroot
  6. OPTIONS
  7.      -r   Print only the root device, not a full mtab line
  8. EXAMPLES
  9.      printroot           # Print the name of the root device
  10. DESCRIPTION
  11.      Printroot is useful for initializing the /etc/mtab  when  the  system  is
  12.      booted.   It  figures out what the root device is by searching /dev until
  13.      it finds a block special file with the right major/minor device numbers.
  14. SEE ALSO
  15.      fstab(5), boot(8).
  16.                                                                              1