标签:class 隐藏 root nbsp ber attr linux -- 文件
要查看隐藏文件用
ls -a
看文件有没有被锁定(i属性)
去除i属性再删除
[root@linux ~]# chattr -i YourFile [root@linux ~]# lsattr YourFile [root@linux ~]# rm -f YourFile
标签:class 隐藏 root nbsp ber attr linux -- 文件
原文地址:https://www.cnblogs.com/gavinyyb/p/9583382.html