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

how to run a .bin file in linux

 ./binary_file_name
Comment

PREVIOUS NEXT
Code Example
Shell :: no module named cv2 mac os 
Shell :: stop supervisor service centos 8 
Shell :: trim video linux 
Shell :: forgot password ubuntu wsl 
Shell :: install oh my zsh linux 
Shell :: install php 8 debian 
Shell :: nuxt install pug 
Shell :: Deploy page 
Shell :: searching for a git folder 
Shell :: xsltproc linux install 
Shell :: how to restart raspberrypi via ssh 
Shell :: delete file hdfs dfs 
Shell :: stop all docker containers 
Shell :: HOW TO REPLACE A CHARACTER FROM A STRING IN BASH 
Shell :: vim terminal scrollback 
Shell :: kill a port windows 
Shell :: git push all tags 
Shell :: docker image get extract dockerfile 
Shell :: find linux with extension 
Shell :: mac terminal restart 
Shell :: bash uppercase bad substitution 
Shell :: aws connect to eks cluster 
Shell :: git add tag 
Shell :: rc.local not running 
Shell :: microsoft-todo-unofficial ubuntu 
Shell :: powershell to string 
Shell :: linux bash clean up log file 
Shell :: cpu temp on ubuntu 
Shell :: bash check for substring in string 
Shell :: install wkhtmltopdf linux command 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =