We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Dougie,
As I was following your README.md, I tried:
Copy to /usr/local/bin and make it setuid to allow anyone to run it.
sudo cp ./timeout /usr/local/bin sudo cp ./lsinput /usr/local/bin sudo cp /run-timeout.sh /usr/local/bin sudo chmod +s /usr/local/bin/timeout sudo chmod +s /usr/local/bin/run-timeout.sh
I got stuck on :
sudo cp /run-timeout.sh /usr/local/bin **cp: cannot stat '/run-timeout.sh': No such file or directory**
I removed the "/" before run-timeout.sh, and that fixed it !
Maybe just a typo in your README.md :-)
Cheers,
Marco
The text was updated successfully, but these errors were encountered:
sudo cp ./run-timeout.sh /usr/local/bin
Sorry, something went wrong.
this is the correct answer
No branches or pull requests
Hi Dougie,
As I was following your README.md, I tried:
Copy to /usr/local/bin and make it setuid to allow anyone to run it.
sudo cp ./timeout /usr/local/bin
sudo cp ./lsinput /usr/local/bin
sudo cp /run-timeout.sh /usr/local/bin
sudo chmod +s /usr/local/bin/timeout
sudo chmod +s /usr/local/bin/run-timeout.sh
I got stuck on :
I removed the "/" before run-timeout.sh, and that fixed it !
Maybe just a typo in your README.md :-)
Cheers,
Marco
The text was updated successfully, but these errors were encountered: