I am trying to run a file name c2p.i686. This is an executable file, but I don't know how to execute this file.
Asked
Active
Viewed 109 times
0
1 Answers
0
If it an exe, and it is for your architecture (i686), a simple chmod +x [file] in terminal and then ./[file] will execute the file.
Vasilisa
- 579
- 2
- 15
