Linux中,删除文件可释放其占用的inode,若知文件名,用rm 文件名;若不知文件名但知inode号,可用find /路径 -inum 号 -exec rm {} \;来删除
在线咨询: QQ交谈
邮件:HI@E.KD.CN