通过inode来删除文件



通过inode来删除文件
 
1.查看文件
 
ls -i
 
2.[root@localhost test]# rm `find . -inum 377332`
 
[root@localhost test]# find . -inum 377332 -exec rm -i {} \;
 

相关内容

    暂无相关文章