All Questions
4 questions
4
votes
1
answer
6k
views
SFTP-server uploaded files having wrong rights
I have been trying to figure out what is wrong with the file rights. When I am uploading files using FileZilla all the files get rights -rw-r--r--. I would want them to have -rwxr-xr-x. I have tried ...
5
votes
2
answers
16k
views
Setting umask for all users
I'm trying to set the default umask to 002 for all users including root on my CentOS box.
According to this and other answers, this can be achieved by editing /etc/profile. However the comments at ...
0
votes
1
answer
927
views
umask is being ignored on Gentoo while creating new files
I have a server running Gentoo and hosting a drupal installation.
Whenever a Drupal update is executed, the directory permissions of the updated module turn from 755 to 744 preventing the application ...
2
votes
1
answer
4k
views
Setting default file permissions in shared directory using ACL and umask
We have a Linux box running Ubuntu 10.04. It's primary function is a web server and it is configured with (I think) a conventional LAMP stack.
Developers have access to a common directory "dev" which ...