Answers for "linux command to run a file"

1

how to run .run file in linux

sudo chmod +x /path/to/file.run
sudo /path/to/file.run
Posted by: Guest on October-26-2020
2

linux how to execute a file

./file_name.sh
Posted by: Guest on February-25-2021

Code answers related to "linux command to run a file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language