の出力を見ていますfind . -ls
。たとえば/lib64
、CentOS システムでの抜粋を次に示します。
163542 28 -rwxr-xr-x 1 root root 28448 Aug 4 2010 ./libvolume_id.so.0.66.0
163423 0 lrwxrwxrwx 1 root root 16 Mar 3 2010 ./libwrap.so.0 -> libwrap.so.0.7.6
163601 0 lrwxrwxrwx 1 root root 11 Nov 9 2010 ./libc.so.6 -> libc-2.5.so
find(1) のマニュアルページには、「現在のファイルls -dils
を標準出力の形式でリストする」と書かれています。次に、ls(1) の man ページからそれを理解しようとしましたが、2 番目の列で困惑しました。何か案が?
参考までに: 列 (最初の行に ref. を含む) は次のとおりです。
inode 163542
??? 28
これは何ですか?stat
そのファイルには、「28」に等しいフィールドは記載されていませんpermissions -rwxr-xr-x
hard-links 1
owner root
group root
size(bytes) 28448
modified Aug 4 2010
name ./libvolume_id.so.0.66.0
- (論理リンクの場合:
-> softlink
)