cannot execute binary file

We are getting one error when we execute the binary file below mentioned, and ownership goes to root:nobody, how to resolve this problem.

sh /home/pub/bin/awk: cannot execute binary file
:confused:

Pls help me out .

Please help in this issue.

Logon as root

chown bin:bin  /usr/bin/awk
chmod 555 /usr/bin/awk

You may not have a bin user group for some reason, but this is a common setting.