I installed pgp
on one of my AIX machines (AIX 7.2). When I try to run pgp
from my id I get the below error:
$ pgp
shell: pgp: not found.
But this works as expected using root account.
Can someone say why I am seeing this kind of error?!
$ whereis pgp
pgp: /usr/bin/pgp
$ /usr/bin/pgp
shell: /usr/bin/pgp: not found.
$ echo $0
-shell
I tried switch to ksh
, but still see the same error.