On Wed, 11 Jan 2017 15:48:18 +0000
"Thakur, Abhishek" <axt651.miami.edu> wrote:
> /tmp/sh24281: Permission denied.
It's not clear from your script where that file comes from but I
guestimate that it is a temporary file created by your batch system.
It may be a shell script with the executable bit set but your file
system on /tmp is mounted (noexec) such that it doesn't allow running
executables in this way. Otherwise it is just a normal file access
problem which would however be quite unusual for /tmp.
To test the latter:
touch /tmp/whatever
for the first (following the command above)
chmod +x /tmp/whatever
/tmp/whatever
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Jan 11 2017 - 08:30:04 PST