MKPROTO.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. MKPROTO(1)                Minix Programmer's Manual                 MKPROTO(1)
  2. NAME
  3.      mkproto - create a MINIX prototype file
  4. SYNOPSIS
  5.      mkproto [-b n] [-d str] [-g n] [-i n] [-p nnn]  [-s]  [-t  root]  [-u  n]
  6.      source_directory [prototype_file]
  7. OPTIONS
  8.      -b   Number of blocks in the prototype is n
  9.      -d   Indent the prototype file using str instead of tab
  10.      -g   Use n as the gid for all files and directories
  11.      -i   Number of i-nodes in the prototype is n
  12.      -p   Use nnn (3 octal digits) as the protection mode
  13.      -s   Use the same uid, gid and mode as the source files have
  14.      -t   Use the string root as the path prefix for every file
  15.      -u   Use n as the uid for all files and directories
  16. EXAMPLES
  17.      mkproto -b360       # Make a 360K prototype of this directory
  18.      mkproto -u2 -g1 -p644
  19.                          # Give all files uid 2, gid 1 and mode 644
  20. DESCRIPTION
  21.      Mkproto  creates  an  mkfs  prototype  file  for  the  specified  source-
  22.      directory.  The  prototype  file  is  either  written  to  stdout  or, if
  23.      specified, the proto-file.
  24. SEE ALSO
  25.      mkfs(1).
  26.                                                                              1