Linux疑难杂症Centos中能看到文件,但是无法访问也删除不了的删除方法
执行mv shop86index.php shop86index.ph或者 rm -rf shop86index.php无法改名或者删除 执行后文件依然存在
使用lsattr查看shop86index.php文件属性中未没有加i a属性的
再使用ls -b查看文件发现文件路径命名为:shop86\index.php
执行删除:rm -rf shop86\index.php
成功删除。参考链接https://blog.csdn.net/qwertyupoiuytr/article/details/73604841
匿名 2020/07/23 05:15