Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install .bin file in linux

# simply...
$ chmod a+x # add sudo if permission is required
$ ./filename.bin # add sudo if necessary
Comment

how to open .bin file in linux

Open your terminal and go to ~$ cd /Downloads (where ~/Downloads is the folder where you bin file is)
Give it execution permissions (just in case it doesn't have it already):
~/Downloads$ sudo chmod +x filename.bin
Write: ./ followed by the name and extension of your bin file. In this example it would be: ~/Downloads$ ./filename.bin
Comment

run .bin file command linux

./binary_name
Comment

how to run a .bin file in linux

 ./binary_file_name
Comment

PREVIOUS NEXT
Code Example
Shell :: how to run mongodb shell 
Shell :: Create a desktop file ubuntu 
Shell :: run ionic live 
Shell :: added changes to a specific commit 
Shell :: export display connection for wsl 
Shell :: homebrew redis install 
Shell :: git command to create a branch from another branch 
Shell :: sudo apt-get ignore warning 
Shell :: remove docker machine 
Shell :: creating a 2d array in a script in linux shell 
Shell :: anaconda windows terminal 
Shell :: adobe acrobat reader for linux download 
Shell :: check linux file size 
Shell :: INSTALL VMwareTools on terminal ap=get 
Shell :: push an existing repository 
Shell :: material ui alert module 
Shell :: ubuntu connect openvpn 
Shell :: show drives linux 
Shell :: display/search for a commit hash name in a git log 
Shell :: sh vs bash 
Shell :: import external python modules in blender 
Shell :: list only directories in bash 
Shell :: find files size greater than 100mb in linux 
Shell :: how to install windows command line installer scoop 
Shell :: failed to start openbsd secure shell server 
Shell :: linux delete files older than 
Shell :: redis delete key 
Shell :: git merge message 
Shell :: install yup in vue 
Shell :: get public key pem from cert 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =