-2

I have an app in a remote Linux machine. I am trying to execute the app via ssh, but I get the error:

bash: /app: cannot execute binary file

Why is this happening? The application works fine in the remote machine.

UDATE:

Note related to ./executable: cannot execute binary file since it was a 'make' problem.

Jemme
  • 101

1 Answers1

0

Check mount entry in fstab for exec permission. Check if user account on the remote server shell in etc password.

kph0x1
  • 356