remove extra mkfs.1
[minix.git] / usr.sbin / user / groupmod.8
blob339c354b829a2b70fa4343f5b4bf210c2f961464
1 .\" $NetBSD: groupmod.8,v 1.14 2005/11/25 08:00:18 agc Exp $ */
2 .\"
3 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\" 3. The name of the author may not be used to endorse or promote
14 .\"    products derived from this software without specific prior written
15 .\"    permission.
16 .\"
17 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
18 .\" OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
21 .\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
23 .\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25 .\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26 .\" NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27 .\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 .\"
29 .\"
30 .Dd November 7, 2005
31 .Dt GROUPMOD 8
32 .Os
33 .Sh NAME
34 .Nm groupmod
35 .Nd modify an existing group on the system
36 .Sh SYNOPSIS
37 .Nm
38 .Op Fl ov
39 .Op Fl g Ar gid
40 .Op Fl n Ar newname
41 .Ar group
42 .Sh DESCRIPTION
43 The
44 .Nm
45 utility modifies an existing group on the system.
46 See
47 .Xr group 8
48 for more information about
49 .Dv EXTENSIONS .
50 The options are as follows:
51 .Bl -tag -width Ds
52 .It Fl g Ar gid
53 Give the numeric group identifier to be used for the new group.
54 .It Fl n Ar new-group-name
55 Give the new name which the group shall have.
56 .It Fl o
57 Allow the new group to have a gid which is already in use for
58 another group.
59 .It Fl v
60 Enable verbose mode - explain the commands as they are executed.
61 This option is included if built with
62 .Dv EXTENSIONS .
63 .El
64 .Sh EXIT STATUS
65 .Ex -std groupmod
66 .Sh SEE ALSO
67 .Xr group 5 ,
68 .Xr group 8 ,
69 .Xr user 8
70 .Sh HISTORY
71 The
72 .Nm
73 utility first appeared in
74 .Nx 1.5 .
75 It is based on the
76 .Ar addnerd
77 package by the same author.
78 .Sh AUTHORS
79 The
80 .Nm
81 utility was written by
82 .An Alistair G. Crooks
83 .Aq agc@NetBSD.org .