Quote:
Originally Posted by Dave_Devnull
A couple of things cross my mind;
Who does the file you are trying to access belong to, what group is it in, and what are it's permissions? Does your script fall into the bounds of those permissions?
Is there an Secure Linux context on the files stopping script access?
Is your script running chrooted and unable to access the location of the file?
|
hi
the file is belongs to the user, the script belongs to the user. There is no grouping . The system has only root and this user.The folder containing the file and the script has chmod 777.
:" Is there an Secure Linux context on the files stopping script access?
Is your script running chrooted and unable to access the location of the file?"
How can i check these both things. This is right that the application was installed from root. but application runs from user.
plz help.
thanks