To see if the script running via the webserver can read a file I'd use -r and not -R 
right?
If the file is owned by root then -R would return true if root has read permisions 
right?
But -r would tell me if the current user running the script can read it, right?

IE
if(-r $file) { open(.....

TIA

Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to