Chiaramente il mio file esiste in /usr/bin
$ ls /usr/bin/ngrok
/usr/bin/ngrok
Tuttavia, quando provo ad chown
esso, ricevo un errore
$ sudo chown my_user:users /usr/bin/ngrok
chown: cannot dereference '/usr/bin/ngrok': No such file or directory
Anche altri tentativi di eseguirlo falliscono!
$ ngrok
bash: ngrok: command not found
$ sudo /usr/bin/ngrok
sudo: /usr/bin/ngrok: command not found
Cosa sta succedendo qui?
/usr/bin/ngrok
per essere una simmetria completa del seguente caso consudo
.