Answers for "how to run a file in linux"

0

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
1

linux how to execute a file

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

how to execute .sh file in linux

./script-name-here.sh #Chage the "script-name-here" to the name of the .sh file.
Posted by: Guest on October-14-2020

Code answers related to "how to run a file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language