Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: git login 
Shell :: boostrap install angular 
Shell :: install portainer on raspberry pi 
Shell :: function in bash 
Shell :: Could not find com.facebook.yoga:proguard-annotations:1.14.1. 
Shell :: obs studio fedora 
Shell :: how to copy one local machine to server through ssh 
Shell :: error eacces permission denied mkdir xampp ubuntu 
Shell :: skip husky 
Shell :: how to avoid nginx not found 404 error ubuntu react app 
Shell :: install git lfs 
Shell :: Cannot install windows-build-tools 
Shell :: reconfigure gitlab 
Shell :: open tar.Z files 
Shell :: flutter cmdline-tools component is missing 
Shell :: intel hd 4000 ubuntu driver 
Shell :: git switch 
Shell :: see changes git command line 
Shell :: unix vs linux 
Shell :: how to install react loader spinner 
Shell :: install ruby linux 
Shell :: close terminal commang 
Shell :: linux unpack zip 
Shell :: gnutls_handshake() failed: Error in the pull function 
Shell :: remove folder from git repository 
Shell :: How to get current git id 
Shell :: putty for ubuntu 
Shell :: add file in ignored folder git 
Shell :: how to open a file using terminal 
Shell :: generate signing key android 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =