Centos7.6如何解决修改DNS配置文件resolv.conf权限出现Operation not permitted
时间:2024/6/3 8:07:35 来源:米安网络 作者:云主机配置专家 点击:249次
1.lsattr /etc/resolv.conf,使用该命令查看文件属性
2.chattr -i /etc/resolv.conf,使用该命令删除i属性
3.chmod +w /etc/resolv.conf,使用该命令可以正常增加写权限
版权保护: 本文「Centos7.6如何解决修改DNS配置文件resolv.conf权限出现Operation not permitted」由 云主机配置专家 原创,转载请保留链接: https://www.miandns.com/docs/system/499.html