解决修改DNS配置文件resolv.conf权限出现Operation not permitted
1.lsattr /etc/resolv.conf,使用该命令查看文件属性
2.chattr -i /etc/resolv.conf,使用该命令删除i属性
3.chmod +w /etc/resolv.conf,使用该命令可以正常增加写权限