inodes.8
来自「Unix操作系统minix 2.0源码」· 8 代码 · 共 29 行
8
29 行
.TH INODES 8.SH NAMEinodes \- print i-node information.SH SYNOPSIS\fBinodes\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH EXAMPLES.EX "inodes" "Print information about file names typed in".EX "cd /dev; ls | inodes" "Print information about the special files".SH DESCRIPTION.PP\fIInodes\fR expects a list of file names on \fIstdin\fR, one file nameper 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 \fIcrc\fR.This program provides a way to see the sizes of the block specialfiles in \fI/dev\fR, as shown in the second example above.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?