Linux Commands - Run .bin file in Linux / UNIX
June 7, 2018
Run .bin file in Linux / UNIX Change the permission of the file you downloaded to be executable by typing the following command: $ chmod +x file.bin Start the installation process or run .bin file by typing the following command: $ sudo ./file.bin For example if .bin file name is program.bin. Then type the following […]
An A-Z Index of the Bash command line for Linux
October 21, 2010
An A-Z Index of the Bash command line for Linux.