File: update-passwd.8

package info (click to toggle)
base-passwd 3.4.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 176 kB
  • ctags: 93
  • sloc: ansic: 805; sh: 247; makefile: 80
file content (71 lines) | stat: -rw-r--r-- 2,199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.TH UPDATE\-PASSWD 8 "Debian tools" "DEBIAN"
.SH NAME
update-passwd \- safely update /etc/passwd, /etc/shadow and /etc/group
.SH SYNOPSIS
.B update\-passwd
.I [options]
.SH DESCRIPTION
.B update\-passwd
handles updates of /etc/passwd, /etc/shadow and /etc/group on running Debian
systems.  It compares the current files to master copies, distributed in the
base\-passwd package, and updates all entries in the global system range (that
is, 0\-99).
.PP
.SH OPTIONS
.B update\-passwd
follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
.TP
.BR \-p ,\  \-\-passwd-master=FILE
Use FILE as the master copy of the passwd database. The default value is
.IR /usr/share/base-passwd/passwd.master .
.TP
.BR \-g ,\  \-\-group-master=FILE
Use FILE as the master copy of the group database. The default value is
.IR /usr/share/base-passwd/group.master .
.TP
.BR \-P ,\  \-\-passwd=FILE
Use FILE as the the system passwd database. The default value is
.IR /etc/passwd .
.TP
.BR \-S ,\  \-\-shadow=FILE
Use FILE as the the system passwd database. The default value is
.IR /etc/shadow .
.TP
.BR \-G ,\  \-\-group=FILE
Use FILE as the the system group database. The default value is
.IR /etc/group .
.TP
.BR \-s ,\  \-\-sanity-check
Only perform sanity-checks but don't do anything.
.TP
.BR -v ,\  \-\-verbose
Give detailed information about we are doing.
.TP
.BR -n ,\  \-\-dry-run
Don't do anything but only show what we would do
.TP
.BR -L ,\  \-\-no\-locking
Don't attempt to lock the account database. This should only be used for
debugging purposes.
.B I repeat: do not do this unless you are really sure you need this!
.TP
.BR -h ,\  \-\-help
Show a summary of how to use
.BR update\-passwd .
.TP
.BR -V ,\  \-\-version
Show the version number
.SH BUGS
At this moment
.B update\-passwd
does not verify the shadow\-file. It should check if the entries in the
passwd are also in shadow and vica versa, and that passwords are not
present in both files.
.SH AUTHOR
Wichert Akkerman <wakkerma@debian.org>
.PP
This program was written for the Debian project, and is
Copyright 1999-2002 Wichert Akkerman. It is distributed
under version 2 of the GNU General Public License.