Tagged Questions
is a maximum file permission can be assigned to a directory or file for unix based operating system (including linux)
1
vote
1answer
117 views
Python script runs via apache when permissions are 755 but gives Error 500 when 777?
I uploaded a basic python script to my shared hosting at Dreamhost, and changed the permissions to 777. It ran fine from the shell (via SSH) but would display a 'Server Error' when called from the ...
0
votes
2answers
78 views
php create new dir with 777 permission. How?
In my code
$path = 'images/product/'.$pid;
if( ! file_exists($path)) {
mkdir($path, 0777);
}
...
...
but when I type
ls -l
in terminal
drwxr-xr-x 2 www-data www-data 4.0K 2011-12-10 19:28 ...
0
votes
2answers
56 views
chmod 777 - requirement of this is a server issue?
If a PHP script on the server can't create a directory, is this usually because PHP is running as apache/nobody? So can you say from this that the server is misconfigured? (or just using the standard ...
0
votes
2answers
302 views
How can i get the source of a 777 - CHMOD php file?
A moderator of a forum i own did so. I still can't belive on it, and i can't understand how he did it. Can someone explain me?
He said he used only HTTP GET requests
The moderator said that the ...