Answers for "how to run a file in terminal 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

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language