A
A
Alexander2017-02-20 06:54:39
ubuntu
Alexander, 2017-02-20 06:54:39

Running *.bin on ubuntu?

How to run bin file in unubtu?
I gave him the rights "chmod a+x file.bin"
Now the terminal shows that the file has permissions: "---x-wx-wx 1 root root 3513408 Sep 2 2005 file.bin"
Then I try to run: "file.bin"
I get : "file.bin: command not found"

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Saboteur, 2017-02-20
@Alex1237

Most likely, the file requires some shared libraries that are not installed in the system. If it doesn't find them, it gives the error "no such file or directory"
Type:
And check if all required libraries are there

A
Axian Ltd., 2017-02-20
@AxianLTD

./file.bin

T
totosarg, 2017-02-20
@totosarg

sudo chmod +x file.bin
./file.bin
PS: you need to be root to chmod this file

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question