run.exe in linux shell 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 run exe file in linux
./filename.exe
sudo chmod +x /path/to/file.run
sudo /path/to/file.run
./filename.exe