ubuntu修改文件共1篇
ubuntu 修改文件提示错误  Operation not permitted-零度笔记

ubuntu 修改文件提示错误 Operation not permitted

原因:带有i属性的文件是不能修改的。 1、首先执行chmod 777 /etc/sysctl.conf时会报出错误:chmod: changing permissions of '/etc/sysctl.conf': Operation not permitted。 2、然后执行命令l...
零度的头像-零度笔记钻石会员零度1月10日 17:53
885