“Как установить .bin file в Linux” Ответ

Как открыть .bin file в 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
Curious Cottonmouth

Как установить .bin file в Linux

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

Ответы похожие на “Как установить .bin file в Linux”

Вопросы похожие на “Как установить .bin file в Linux”

Больше похожих ответов на “Как установить .bin file в Linux” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования