info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Permission Denied for 'other' users


From: Mark D. Baushke
Subject: Re: Permission Denied for 'other' users
Date: Wed, 18 May 2005 12:49:39 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

farseer <address@hidden> writes:

> thanks for the response.  I am not well versed in the unix/linux
> commands. as such, i am wondering if you may be able to assist further:
> 
> 1) How can i create a group?

This varies by operating system. The 'man group' command should help you
find documentation you need. It could be as simple as adding a line to
the /etc/group file, running the groupadd command or modifying an NIS
or LDAP database somewhere else.

> 2) How can i add users to that group?

The same command that specifies how to create a group will probably give
you hints as to how to add members to it.

You should probably consult with your system administrator to look at
the vendor documentation to ensure you do not do something wrong.

> 3) How dp o set all files in the CVS repository as owned by the newly
> created group?

You will want to look at the chgrp command (which may have a '-R' option
to impact all files and directories on the command line recursively,
otherwise you will probably end up using the find command with the -exec
option being a chgrp command).

You may also wish to make all directories set-gid for some operating
systems (eg, something like 'find $CVSROOT -type d -exec chmod+s {} \;')

        Good luck,
        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFCi5xT3x41pRYZE/gRAsTeAJ9lRduWE9hXpcywqjMD+Qwf4imjDACfSoiU
mKnYLGoG9wJC06jpyZc15U0=
=Pg6U
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]