Tagged Questions
0
votes
2answers
77 views
Change/Create permissions for a folder
How can I create (if the folder is new) or change (if the folder was already existent) permissions for a folder?
In particular, I want to create a subdirectory in /etc/bind/ where I can put the ...
3
votes
2answers
273 views
A question about permissions of hierarchical directories
I have some directories, with following permissions:
drwxr-xr-x 18 user1 root 4096 Oct 27 11:25 /home/test1/test2
drwxr-xr-x 24 user1 root 4096 Oct 21 08:38 /home/test1
drwxr-xr-x 492 root root 12288 ...
2
votes
2answers
485 views
Directory/files owned by a non-existent user
A user has created a directory with files, but the user does not exist in /etc/passwd or /etc/group. The system is a Fedora server with an FTP server and proxy which redirects to a CentOS server with ...
3
votes
2answers
2k views
How can I have a separate umask for directory or user?
I want a separate umask for a directory or a user. How can I do this?
Edit:
I am using Debian 6.
The reason why I want to do this is, I want all my SFTP users to create files with write on group. ...
6
votes
2answers
224 views
Using NIS without NFS
I'm configuring several computers in a lab to operate with the same login credentials shared between the computers, but without sharing the home directories. I'm considering using NIS for sharing the ...