how to run a file in ubuntu terminal code example
Example 1: how to run .run file in linux
sudo chmod +x /path/to/file.run
sudo /path/to/file.run
Example 2: how to make file in terminal ubuntu
$ touch file1.txt
sudo chmod +x /path/to/file.run
sudo /path/to/file.run
$ touch file1.txt