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

操作系统开发

开发平台:

C/C++

  1. .TH INODES 8
  2. .SH NAME
  3. inodes - print i-node information
  4. .SH SYNOPSIS
  5. fBinodesfR
  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 EXAMPLES
  18. .EX "inodes" "Print information about file names typed in"
  19. .EX "cd /dev; ls | inodes" "Print information about the special files"
  20. .SH DESCRIPTION
  21. .PP
  22. fIInodesfR expects a list of file names on fIstdinfR, one file name
  23. per line.
  24. For each file named, the file type, mode, uid, gid, checksum, length,
  25. and name is printed.
  26. The checksum is the same as used by fIcrcfR.
  27. This program provides a way to see the sizes of the block special
  28. files in fI/devfR, as shown in the second example above.