]> git.ipfire.org Git - thirdparty/util-linux.git/blame - login-utils/vipw.8.adoc
Merge branch 'PR/ipcs-fix-counters' of github.com:karelzak/util-linux-work
[thirdparty/util-linux.git] / login-utils / vipw.8.adoc
CommitLineData
295b3979 1//po4a: entry man manual
a7574d88
MB
2////
3Copyright (c) 1983, 1991 The Regents of the University of California.
4All rights reserved.
5
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions
8are met:
91. Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
112. Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
13 documentation and/or other materials provided with the distribution.
143. All advertising materials mentioning features or use of this software
15 must display the following acknowledgement:
16 This product includes software developed by the University of
17 California, Berkeley and its contributors.
184. Neither the name of the University nor the names of its contributors
19 may be used to endorse or promote products derived from this software
20 without specific prior written permission.
21
22THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32SUCH DAMAGE.
33
34 @(#)vipw.8 6.7 (Berkeley) 3/16/91
35////
36= vipw(8)
37:doctype: manpage
38:man manual: System Administration
39:man source: util-linux {release-version}
40:page-layout: base
41:command: vipw
42
43== NAME
44
45vipw, vigr - edit the password or group file
46
47== SYNOPSIS
48
4d297435 49*vipw* [options]
a7574d88 50
4d297435 51*vigr* [options]
a7574d88
MB
52
53== DESCRIPTION
54
55*vipw* edits the password file after setting the appropriate locks, and does any necessary processing after the password file is unlocked. If the password file is already locked for editing by another user, *vipw* will ask you to try again later. The default editor for *vipw* and *vigr* is *vi*(1). *vigr* edits the group file in the same manner as *vipw* does the passwd file.
56
2b2d3172
MB
57== OPTIONS
58
59include::man-common/help-version.adoc[]
60
a7574d88
MB
61== ENVIRONMENT
62
63If the following environment variable exists, it will be utilized by *vipw* and *vigr*:
64
65*EDITOR*::
62fde24f 66The editor specified by the string *EDITOR* will be invoked instead of the default editor *vi*(1).
a7574d88
MB
67
68== HISTORY
69
70The *vipw* command appeared in 4.0BSD. The *vigr* command appeared in Util-Linux 2.6.
71
72== SEE ALSO
73
74*vi*(1),
75*passwd*(1),
76*flock*(2),
77*passwd*(5)
78
79== AVAILABILITY
80
81The *vigr* and *vipw* commands are part of the util-linux package and are available from https://www.kernel.org/pub/linux/utils/util-linux/[Linux Kernel Archive]