Ubuntu
Command to run executable files in Linux
1. change permission of the file to be executable
$ chmod +x file.bin
2. run the file
./file.bin
Command to run executable files in Linux
1. change permission of the file to be executable
$ chmod +x file.bin
2. run the file
./file.bin