Results 1 to 3 of 3
The owner of the file X123 has full permission to execute the file. But, I am not able to execute the below script.
2010/07/18 17:56 starting 'X123.ksh' (# 1 17794)
...
- 07-18-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
exec failed: error: 13, Permission denied
The owner of the file X123 has full permission to execute the file. But, I am not able to execute the below script.
2010/07/18 17:56 starting 'X123.ksh' (# 1 17794)
2010/07/18 17:56 termnted 'X123.ksh' (# 1 17794) Exit-Code: 1 Status: ERROR runtime: 0:00:00
--- Step 1 (pid: 17794) Output follows ---
2010/07/18 17:56 exec failed: error: 13, Permission denied
--- End of Output ---
2010/07/18 17:56 terminating with failures (exit 5)
2010/07/18 17:56 ******* Error Report follows **********
2010/07/18 17:56 Cmd in Line 1 terminated with ERROR
- 07-19-2010 #2
Error 13 usually means you're not root.
Might be an idea to post the script.
- 07-19-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
Thanks for your reply...I will check it.


Reply With Quote