摘要: 解决Root用户不能删除文件的问题 问题描述: 在Linux系统上,root用户使用rm命令删除某文件时,可能会出现以下错误: rm: cannot remove 'xxx': Operation not permitted 出现这个问题的原因是有人对该文件添加了保护的属性。 使用lsattr命令可 阅读全文
posted @ 2021-08-03 11:16 StayFocused 阅读(993) 评论(0) 推荐(1)