group access

Smith, Albert Albert.Smith at genexservices.com
Fri Mar 18 23:25:41 UTC 2005




> -----Original Message-----
> From: redhat-list-bounces at redhat.com 
> [mailto:redhat-list-bounces at redhat.com] On Behalf Of Jianping Zhu
> Sent: Friday, March 18, 2005 4:54 PM
> To: redhat-list at redhat.com
> Subject: group access
> 
> I have a directoy "book"  shared by a group of user wiht rw 
> access. When a
> groupuser1 create a directoy in linux system by using "mkdir test"
> after "ls -al"
> I got following msg:
> 
> drwxrwsr-x    2 groupuser1   book         4096 Mar 18 16:41 test
> every thing is fine by now.
> But when groupuser1 ftp dirctoy "testftp" to "book" after "ls -al"
> 
> i got 
> 
> drwxr-sr-x    2 groupuser1   book         4096 Mar 18 16:46 testftp
> 
> other group member will not have write access to "testftp"
> I have smba, when groupuser1 create a directoy "testwin" from 
> window the sametime happens
> 
> drwxr-sr-x    2 groupuser1   book         4096 Mar 18 16:46 testwin
> 
> other group member will not have write access to "testwin"
> 
> How can i fix this problem to have testftp and testwin to 
> have group write access when group member creates them?
> 
> Thank.
> 
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
> 
> 

Run the following command as the owner or root of the directory/file

chmod 2775 testftp
chmod 2775 testwin

Albert Smith
Sr. Unix Systems Administrator
HPCSA, RHCT
Genex Services
440 E. Swedesford Rd.
Wayne, PA 19087
albert.smith at genexservices.com
(610) 964-5154





More information about the redhat-list mailing list