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

操作系统开发

开发平台:

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