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

操作系统开发

开发平台:

C/C++

  1. .TH MKPROTO 1
  2. .SH NAME
  3. mkproto - create a MINIX prototype file
  4. .SH SYNOPSIS
  5. fBmkproto fR[fB-b fInfR] [fB-d fIstrfR] [fB-g fInfR] [fB-i fInfR] [fB-p fInnnfR] [fB-sfR] [fB-t fIrootfR] [fB-u fInfR] fIsource_directoryfR [fIprototype_filefR]fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-b" "Number of blocks in the prototype is fInfR"
  19. .FL "-d" "Indent the prototype file using fIstrfR instead of tab"
  20. .FL "-g" "Use fInfR as the gid for all files and directories"
  21. .FL "-i" "Number of i-nodes in the prototype is fInfR"
  22. .FL "-p" "Use fInnnfR (3 octal digits) as the protection mode"
  23. .FL "-s" "Use the same uid, gid and mode as the source files have"
  24. .FL "-t" "Use the string fIrootfR as the path prefix for every file"
  25. .FL "-u" "Use fInfR as the uid for all files and directories"
  26. .SH EXAMPLES
  27. .EX "mkproto -b360" "Make a 360K prototype of this directory"
  28. .EX "mkproto -u2 -g1 -p644" "Give all files uid 2, gid 1 and mode 644"
  29. .SH DESCRIPTION
  30. .PP
  31. fIMkprotofR creates an fImkfsfR prototype file for the specified
  32. source-directory. 
  33. The prototype file is either written to fIstdoutfR or, if specified, 
  34. the proto-file.
  35. .SH "SEE ALSO"
  36. .BR mkfs (1).