使用 命令:chmod -r 777 hosts
修改文件权限时报了下面的这个错误:
chmod: Unable to change file mode on hosts: Operation not permitted
使用如下命令便可解决:
sudo chmod -R 777 hosts
chmod 报错Operation not permitted
最新推荐文章于 2024-04-09 10:09:02 发布
使用 命令:chmod -r 777 hosts
修改文件权限时报了下面的这个错误:
chmod: Unable to change file mode on hosts: Operation not permitted
使用如下命令便可解决:
sudo chmod -R 777 hosts