I only have root access to my server and the sudo command therefore does not work. I am trying to run a command that tries to use the sudo command and as I already have root access, it fails.
command not found: sudo chmod +x /usr/local/bin/wkhtmltopdf
Is there a way that I can get this command to run? Can I move out of root somehow, or make root temporarily able to use the sudo command?
You don't need sudo if you already are root. Just remove the word sudo.
sudo is a tool to get root access as a normal user.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With