Files
oldlinux-files/Minix/2.0.0/wwwman/man8/inodes.8.html
2024-02-19 00:21:39 -05:00

70 lines
994 B
HTML

<HTML>
<HEAD>
<TITLE>inodes(8)</TITLE>
</HEAD>
<BODY>
<H1>inodes(8)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
inodes - print i-node information
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>inodes</STRONG>
</PRE>
<H2>EXAMPLES</H2><PRE>
<STRONG>inodes</STRONG> # Print information about file names typed in
<STRONG>cd</STRONG> <STRONG>/dev;</STRONG> <STRONG>ls</STRONG> <STRONG>|</STRONG> <STRONG>inodes</STRONG>
# Print information about the special files
</PRE>
<H2>DESCRIPTION</H2><PRE>
<EM>Inodes</EM> expects a list of file names on <EM>stdin</EM>, 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 <EM>crc</EM>. This program
provides a way to see the sizes of the block special files in /<EM>dev</EM>, as
shown in the second example above.
</PRE>
</BODY>
</HTML>