Rev | Author | # | Line |
---|---|---|---|
1 | perry | 1 | GROUPDEL |
2 | !!!GROUPDEL | ||
3 | NAME | ||
4 | SYNOPSIS | ||
5 | DESCRIPTION | ||
6 | CAVEATS | ||
7 | FILES | ||
8 | SEE ALSO | ||
9 | AUTHOR | ||
10 | ---- | ||
11 | !!NAME | ||
12 | |||
13 | |||
14 | groupdel - Delete a group | ||
15 | !!SYNOPSIS | ||
16 | |||
17 | |||
18 | __groupdel__ ''group'' | ||
19 | !!DESCRIPTION | ||
20 | |||
21 | |||
22 | The __groupdel__ command modifies the system account | ||
23 | files, deleting all entries that refer to ''group''. The | ||
24 | named group must exist. | ||
25 | |||
26 | |||
27 | You must manually check all filesystems to insure that no | ||
28 | files remain with the named group as the file group | ||
29 | ID. | ||
30 | !!CAVEATS | ||
31 | |||
32 | |||
33 | You may not remove the primary group of any existing user. | ||
34 | You must remove the user before you remove the | ||
35 | group. | ||
36 | !!FILES | ||
37 | |||
38 | |||
39 | /etc/group - group information | ||
40 | /etc/gshadow - secure group information | ||
41 | !!SEE ALSO | ||
42 | |||
43 | |||
44 | chfn(1), chsh(1), useradd(8), | ||
45 | userdel(8), usermod(8), passwd(1), | ||
46 | groupadd(8), groupmod(8) | ||
47 | !!AUTHOR | ||
48 | |||
49 | |||
50 | Julianne Frances Haugh (jfh@austin.ibm.com) | ||
51 | ---- |