root 用户修改文件提示无权限 chmod: changing permissions of ‘authorized_keys’: Operation not permitted
使用 lsattr
命令查看文件的属性,使用 chattr
命令的修改文件的属性。解决修改文件提示无权限:
chattr -i <file>
参考链接:
1、https://serverfault.com/questions/60711/chown-operation-not-permitted-for-root
本文来自博客园,作者:imzhi,转载请注明原文链接:https://www.cnblogs.com/imzhi/p/17105149.html