Results 1 to 3 of 3
Hi all,
I have a shared folder in my Linux server. The problem is when a user create a child folder in the shared folder, other users cannot copy or ...
- 05-29-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 13
Set default permission on a folder
Hi all,
I have a shared folder in my Linux server. The problem is when a user create a child folder in the shared folder, other users cannot copy or create files into that child folder.
How do I set the default permission so that all members of a group can create/delete files/folders in the shared folder, without manually set the permissions?
Thanks
- 05-29-2008 #2Just Joined!
- Join Date
- May 2008
- Posts
- 15
I usually setup these things manually as i dont have many users on my server...
How ever you could trying checking out the umask man page.
- 05-29-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 13
change the umask value in /etc/bashrc to 002, is that right?


Reply With Quote