Answer the question
In order to leave comments, you need to log in
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
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question