tool · inferred from evidence
sudo
A command used to run programs with elevated permissions, mentioned as part of the issue and workaround.
- EACCES permission denied installing netlify-cli (autocompletion.json)
Installing netlify-cli on macOS kept failing with an EACCES permission denied error on the autocompletion.json file, even on a fresh nvm install. Running the install with sudo seemed to help but then the CLI only worked under sudo, which wa
- Knife SSH error using sudo when targeting multiple hosts
Running knife ssh against multiple hosts with a sudo command (e.g. knife ssh 'chef_environment:blah' 'sudo uptime') failed with an ArgumentError, while the same command without sudo worked fine. The bug was in the ssh session handling when