inodes.8

来自「Unix操作系统minix 2.0源码」· 8 代码 · 共 60 行

8
60
字号


INODES(8)                 Minix Programmer's Manual                  INODES(8)


NAME
     inodes - print i-node information

SYNOPSIS
     inodes

EXAMPLES

     inodes              # Print information about file names typed in

     cd /dev; ls | inodes
                         # Print information about the special files

DESCRIPTION

     Inodes expects a list of file names on stdin, one  file  name  per  line.
     For each file named, the file type, mode, uid, gid, checksum, length, and
     name is printed.  The checksum is the same as used by crc.  This  program
     provides  a  way  to see the sizes of the block special files in /dev, as
     shown in the second example above.
































                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?