The umask tag has no wiki summary.
3
votes
2answers
130 views
What is the proper solution to a web server trying to write to a directory?
So, I have a box with a "deploy" user. This deploy user owns a code repository and wordpress is running on this box...
When wordpress attempts to do something like upload a plugin, it is using the ...
0
votes
2answers
35 views
Base permissions on a fat32 usb drive
On linux, the base permissions for directories is 777 and for files, it is 666. Thus, with umask=022, new files are 644 and new directories are 755.
But when I mount a usb drive with fat32 ...
1
vote
1answer
115 views
How are default permissions determined (on OS X)?
My (limited) understanding of basic Unix is that any files that are created will be created based on the permissions of the creating user. In particular, the group assigned will be the creating user's ...
3
votes
0answers
88 views
Default umask 077 not applied at session start
I cannot get the default umask for a session to be 0077.
I have edited /etc/login.defs and set the value to 077 there:
UMASK 077
Also I've made sure the following entry exists in ...
1
vote
0answers
108 views
Apache created files and its permissions for CentOS 6.x
In short, I have an authenticated HTTP-POST that:
posts a jpg image (created as 666 apache:www) into /directory1 (777 ftpuser:www)
creates /directory2 (created as 666 apache:www) in a 777 ...