Linux中删不掉的文件——隐藏权限(lsattr、chattr命令)
命令chattrlsattr
我的linux系统中有一个普通文件
yu@ubuntu:/home/yu$ ls -l test
-rwxr-xr-x 1 root root 10346 10月 30 12:08 test
现在我想把它删掉了
yu@ubuntu:/home/yu$ sudo rm -rf test
rm: cannot remove `test': Operation not ...
原创
2019-10-30 16:59:12 ·
4574 阅读 ·
0 评论