Hi,
 
I am setting up a CVS server, and have set a group "users" to have read/write/execute 
permissions for the CVS directory (CVSROOT), /usr/src/cvs.  To do this, I did:
 
chgrp -R users /usr/src/cvs
chmod -R 770 /usr/src/cvs
 
However, when I use CVS to create a new directory off of /usr/src/cvs, e.g. 
/usr/src/cvs/example, the users group doesn't have permissions for the new 
/usr/src/cvs/example directory.  
 
How do I set the users group to have read/write/execute permissions for any 
subdirectors that may be created under /usr/src/cvs?
 
Thanks!
 
Best,
 
Tony
_______________________________________________
newbies mailing list
[EMAIL PROTECTED]
http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies

Reply via email to