To remove the file that looks like it has no name, simply use find with the -inum switch to locate the inumber and file.
要删除看似无名的文件,您只需要使用find和-inum开关对索引编号和文件进行定位。
To find which files are hard links to a particular inode, you can use the find command and the -samefile option with a filename or the -inum option with an inode number, as shown in Listing 11.
要查出哪些文件是对特定inode的硬链接,您可以使用find命令和带文件名的-samefile选项或带inode号的-inum选项,如清单11所示。
To find which files are hard links to a particular inode, you can use the find command and the -samefile option with a filename or the -inum option with an inode number, as shown in Listing 11.
要查出哪些文件是对特定inode的硬链接,您可以使用find命令和带文件名的-samefile选项或带inode号的-inum选项,如清单11所示。
应用推荐