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

OS Develop

Development Platform:

WINDOWS

  1. INODES(8)                 Minix Programmer's Manual                  INODES(8)
  2. NAME
  3.      inodes - print i-node information
  4. SYNOPSIS
  5.      inodes
  6. EXAMPLES
  7.      inodes              # Print information about file names typed in
  8.      cd /dev; ls | inodes
  9.                          # Print information about the special files
  10. DESCRIPTION
  11.      Inodes expects a list of file names on stdin, one  file  name  per  line.
  12.      For each file named, the file type, mode, uid, gid, checksum, length, and
  13.      name is printed.  The checksum is the same as used by crc.  This  program
  14.      provides  a  way  to see the sizes of the block special files in /dev, as
  15.      shown in the second example above.
  16.                                                                              1