How create a directory with full permiss for everybody

Jeff Vian jvian10 at charter.net
Fri Aug 11 14:52:17 UTC 2006


On Fri, 2006-08-11 at 12:39 +0000, Nathan J Crubel wrote:
> Check the permissions on the file.  They also need to be set to allow anyone to change the file.
> 
> Nathan
> 
No they don't.   If the user is a member of the group that owns the file
then the group permissions apply.

Remember the permissions priority in Linux.
If you are the owner, _only_ the owner permissions apply
If not the owner but a member of the group then _only_ the group
permissions apply.
If neither the owner nor a group member then the other permissions
apply.

> 
> > 
> > From: brouwers roland lx <roland at cat.be>
> > Date: 2006/08/11 Fri PM 12:31:50 GMT
> > To: For users of Fedora Core releases <fedora-list at redhat.com>
> > Subject: How create a directory with full permiss for everybody
> > 
> > Hello,
> > 
> > I would like to create a directory with full permissions for everybody.
> > So I search google and:
> > create a user tdp 
> > create a group tdpgr
> > create directory /home/tdpgr
> > assigned all users to that group
> > chown -R tdp:tdpgr /home/tdpgr
> > chmod -R 2775 /home/tdpgr
> > 
> > When a doc is created from any user it will get the permission -rwxrwxr-
> > x
> > When some user opens the doc it is opened as read-only
> > Why ??????
> > 
> > 
> > Roland Brouwers
> > C.A.T. bvba
> > Antwerp-Belgium
> > roland at cat.be
> > 
> > -- 
> > fedora-list mailing list
> > fedora-list at redhat.com
> > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> > 
> 
> 




More information about the fedora-list mailing list