Penguin
Annotated edit history of gpasswd(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GPASSWD
2 !!!GPASSWD
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 FILES
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 gpasswd - administer the /etc/group file
13 !!SYNOPSIS
14
15
16 __gpasswd__ ''group''__
17 gpasswd -a__ ''user group''__
18 gpasswd -d__ ''user group''__
19 gpasswd -R__ ''group''__
20 gpasswd -r__ ''group''__
21 gpasswd__ [[__-A__ ''user'',...] [[__-M__
22 ''user'',...] ''group''
23 !!DESCRIPTION
24
25
26 __gpasswd__ is used to administer the /etc/group file
27 (and /etc/gshadow file if compiled with SHADOWGRP defined).
28 Every group can have administrators, members and a password.
29 System administrator can use __-A__ option to define
30 group administrator(s) and __-M__ option to define
31 members and has all rights of group administrators and
32 members.
33
34
35 Group administrator can add and delete users using __-a__
36 and __-d__ options respectively. Administrators can use
37 __-r__ option to remove group password. When no password
38 is set only group members can use newgrp(1) to join
39 the group. Option __-R__ disables access to the group
40 through newgrp(1) command.
41
42
43 __gpasswd__ called by a group administrator with group
44 name only prompts for the group password. If password is set
45 the members can still newgrp(1) without a password,
46 non-members must supply the password.
47 !!FILES
48
49
50 /etc/group - group information
51 /etc/gshadow - shadow group information
52 !!SEE ALSO
53
54
55 newgrp(1), groupadd(8), groupdel(8),
56 groupmod(8), grpck(8)
57 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.