Friends, I get the following error on my Linux server. How can I fix.
sudo -u iptv /home/iptv/ligtv/restart_stream stream18
Error
sudo: /home/iptv/ligtv/restart_stream: command not found
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
@kahraman451
What specifically are you trying to do? When running:
It appears as if you’re trying to run a script,
restart_stream
and passing an argument,stream18
, though when you do, it’s telling you that the command is not found.If that’s correct, does:
… actually exist? If you run
ls /home/iptv/ligtv
, does that file show up?