【发布时间】:2021-10-07 00:08:45
【问题描述】:
我运行脚本 shaclick by
bash shaclick.sh
但是当 ngork 启动时它会显示
"chmod: changing permissions of 'ngrok': Operation not permitted"
并且没有创建直接链接。
【问题讨论】:
我运行脚本 shaclick by
bash shaclick.sh
但是当 ngork 启动时它会显示
"chmod: changing permissions of 'ngrok': Operation not permitted"
并且没有创建直接链接。
【问题讨论】:
您能否确认您引用了此脚本:
问题是您正在执行脚本的用户无权更改文件/目录的权限。
只有所有者(或 root 用户)可以更改文件/目录的权限。您的用户是所有者吗?使用ls -l 进行检查。第三个字段是文件/目录所有者。
【讨论】: