是的,参数-i将打印ls命令列出的每个文件或目录的索引节点号。当您要打印目录的索引节点号时,我建议使用参数-d仅列出目录。要在目录/ path / to / dir中打印索引节点号,请使用以下命令行:
ls -id /path/to/dir
来自man ls
:
-d, --directory
list directory entries instead of contents, and do not derefer‐
ence symbolic links
-i, --inode
print the index number of each file
stat -f '%i' $DIR