Quote:
Originally Posted by GrouchyAdmin
Did you check if the directory was set immutable? Were there sticky flags? What were the permissions? What was the ownership of the directory? If the directory is 711, and you are not the owner, you can execute files in it, but not even read from it.
|
Both the directory and the files were created by the script as chmod 0777 for directory and chmod 0666 for the files.
Ok, maybe the domain directory in 711 and inherited.
But that would be an admin issue for most people.
Believe me, this is not a problem on all linux/unix servers because the admin has set the "real users" with permissions to delete and download from
user "nobody" or "nobody" automatically turns over ownership to real user.
I don't really know how they do it, but they do.