INODES.8
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  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.