0

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.

file shown in terminal screenshot - ls color shows it's executable

Zanna
  • 70,465

1 Answers1

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