Tagged Questions
2
votes
2answers
58 views
Giving UNIX system services access to restricted user home directories
I need to restrict the permissions of user directories in /home so that, for some accounts, other users can not read files or cd in to them. But I still need to give system services access to them.
...
1
vote
2answers
461 views
Set owner of new users home folder to user instead of BUILTIN\Administrators when using ADUC (on Windows Server 2008 R2)
In our AD, we create new users by copying a default user in ADUC. For the default user we specified a home folder using the %USERNAME% variable (mapped to H:):
\fileserver\homes\%USERNAME%
For new ...
1
vote
2answers
470 views
Default Home Folder Permissions on CentOS 5
Whenever I create a new user in CentOS 5, their home folder is automatically given the UGO setting of "755", how can I change the default to "700"?
Also, the server is technically ClearOS, but it's ...
2
votes
1answer
258 views
.htaccess Allow owner of home directory only?
Suppose I have a home directory "~someuser/www" which Apache (maintained by someone else than me) exposes as http://www.myserver.com/~someuser . If I want to limit this directory to certain users, I ...
0
votes
1answer
109 views
Apache doesn't serve home dir
I want to serve a home dir from apache but it's going to a permission denied error.
I am using Ubuntu 11.04 with Apache2. The error in the log file is:
[Tue Jun 21 15:55:34 2011] [crit] [client ...
0
votes
1answer
2k views
What permissions needed to map a drive in Win7 vs. XP?
We are transitioning from WinXP workstations to Win7.
Our users have home directories set up as drive letter G:, assigned via Active Directory. The server is Windows Server 2008.
We have a user that ...
