当前位置: 代码迷 >> 综合 >> chmod 报错Operation not permitted
  详细解决方案

chmod 报错Operation not permitted

热度:101   发布时间:2023-10-27 00:51:15.0

使用 命令:chmod -r 777 hosts
修改文件权限时报了下面的这个错误:
chmod: Unable to change file mode on hosts: Operation not permitted
使用如下命令便可解决:
sudo chmod -R 777 hosts

  相关解决方案