Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-28-2011, 06:43 AM
|
#1
|
Member
Registered: Dec 2010
Posts: 34
Rep:
|
file and folder inheritance doesn't work!!
Dear all
for one of my folders in linux centos i set group permission rwx. in this situation all files and folders that are exist inherit all permission from parent directory. but when i create new Directory, it doesn't inherit permission from parent. How to force new files and folders to inherit all permission from their parent??
Best Wishes
|
|
|
09-28-2011, 06:47 AM
|
#2
|
Member
Registered: Sep 2011
Posts: 124
Rep:
|
supposing you are using bash shell, you want the "umask" command, which is documented in the bash manpage.
man bash
|
|
|
09-28-2011, 07:13 AM
|
#3
|
Member
Registered: Dec 2010
Posts: 34
Original Poster
Rep:
|
Dear snooly
i think "umask" is global command. let me explain whole problem. i have 3 ftp users A,B & C. all of them are belong to group named "ftp-images". and default primary ftp folder for all 3 user is one location. permission for root folder is:
File ---------------------------------
Path: /var/www/html/images
Type: Directory
Size: 4096
Modified: Wed Sep 28 14:28:32 2011
--------------------------------------
Permissions---------------------------
User: (selected)Read (selected)Write (selected)List
Group: (Selected)Read (selected)Write (Selected)List
other: (Selected)Read (selected)Write (Selected)List
sticky: (unselected) Only owners can delete files
Octal: 2777
--------------------------------------
Ownership-----------------------------
User: root
Group: ftp-images
Setgid: (Selected) Files inherit group
--------------------------------------
Apply changes to----------------------
This directory only
--------------------------------------
in this situation when user A created Directory "A" it's permission is:
User: (selected)Read (selected)Write (selected)List
Group: (Selected)Read (unselected)Write (selected)List
other: (Selected)Read (unselected)Write (selected)List
-------------------------------------------------------------------
and other users "B & C" can view inside Directory A but cannot copy anythings into it.
|
|
|
09-28-2011, 07:22 AM
|
#4
|
Member
Registered: Sep 2011
Posts: 124
Rep:
|
The answer is still umask. The details depend on which ftp software and which operating system you are using.
|
|
|
09-28-2011, 08:35 AM
|
#5
|
Member
Registered: Dec 2010
Posts: 34
Original Poster
Rep:
|
i using Filezilla client and Linux os is CentOs 5.6
|
|
|
09-28-2011, 08:50 AM
|
#6
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
The umask setting will mask out some of the permissions bits. For ownership and permissions of new subfolders and files, look at using acls.
facl -m u:<username>:rwx
facl -m d:u:<username>:rwx
You need to do both the user and default user. The first gives permissions to access the directory, the second causes new files and directories to inherit the ownership/group/permissions of the parent.
To do the same for group ownership/permissions, use `g' instead of 'u' in the command.
One note: The filesystem needs to be a Linux filesystem that supports ACLs, and you need to add "acl" to the mount options.
|
|
|
All times are GMT -5. The time now is 06:21 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|