显然我的
文件存在于/usr/bin中
$ls /usr/bin/ngrok
/usr/bin/ngrok
但是,当我尝试chown它时,我收到一个错误
$sudo chown my_user:users /usr/bin/ngrok
chown: cannot dereference '/usr/bin/ngrok': No such file or directory
进一步尝试运行它也失败了!
$ngrok
bash: ngrok: command not found
$sudo /usr/bin/ngrok
sudo: /usr/bin/ngrok: command not found
这里发生了什么?