Files found and checked in.
[userv-utils] / groupmanage / groupmanage.text
CommitLineData
7bda9154 1groupmanage(1) and user-administered groups
2-------------------------------------------
3
4There is a program `groupmanage' installed on chiark, with which users
5can create their own groups and change their group membership.
6
7For a synopsis of its usage, type `groupmanage'.
8
9Each group managed by groupmanage has an entry in /etc/grouplist as
10well as in /etc/group. This contains the administrative information
11which controls who may do what to the group.
12
13Each group has a single owner user. The owner and managers are
14allowed to add and delete managers and members; only the owner may
15change the group title. Note that being a manager doesn't
16automatically make you a member of a group - you must use
17groupmanage --add to do that, and then log in again to ensure that the
18new membership affects your session.
19
20There are some restrictions on groups created by users without my
21intervention: the group name must have the form
22<username>-<groupname>, except that if <username> is more than 4
23characters only the first 4 need be given. All groups created by a
24user have that user's name in the title. Any one user may not create
25more than 5 groups for themselves.
26
27All group names must be less than 8 characters long, and a group once
28created can not easily be deleted (though it can be renamed with my
29assistance).
30
31For more formal groups (for example, those corresponding to particular
32organisations, or which interact with system software eg mail
33delivery) I will usually create a the group myself on request (and
34need not heed these restrictions), and will often also create a home
35directory for shared files.
36
37When working with shared files, you should not remove (and should
38reinstate, if necessary) the setgid bit on the shared directories, and
39leave your umask set to allow group write (the default is 002).
40You'll then find that you're able to work in group filespace areas
41without having to ask other users to chmod files, or having to type
42incantations to switch between working on shared files and your
43personal files.
44
45 -- iwj 19.08.1998