Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-11-12 14:56:29 +0300
committerGordon Bergling <gbe@FreeBSD.org>2022-11-12 14:56:29 +0300
commit30a6c8a3a8a65074e531010f4adc8c1559f954ac (patch)
tree945b96ad966755affa2be19edfa1ba89844506da
parentb6d1ac7f01f35ff3c44f65d197414f92356e932b (diff)
vipw.8: Add a FILES section
Mention passwd related files in the FILES section of vipw(8). Obtained from: OpenBSD MFC after: 3 days
-rw-r--r--usr.sbin/vipw/vipw.815
1 files changed, 14 insertions, 1 deletions
diff --git a/usr.sbin/vipw/vipw.8 b/usr.sbin/vipw/vipw.8
index 85d09b41efda..d7233e01d558 100644
--- a/usr.sbin/vipw/vipw.8
+++ b/usr.sbin/vipw/vipw.8
@@ -28,7 +28,7 @@
.\" @(#)vipw.8 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
-.Dd February 14, 2012
+.Dd November 12, 2022
.Dt VIPW 8
.Os
.Sh NAME
@@ -98,6 +98,19 @@ password file.
See
.Xr pwd_mkdb 8 .
.El
+.Sh FILES
+.Bl -tag -width "/etc/master.passwdXXX" -compact
+.It Pa /etc/master.passwd
+Current password file.
+.It Pa /etc/passwd
+Legacy password file.
+.It Pa /etc/ptmp
+Password lock file.
+.It Pa /etc/pwd.db
+Insecure password database file.
+.It Pa /etc/spwd.db
+Secure password database file.
+.El
.Sh SEE ALSO
.Xr chpass 1 ,
.Xr passwd 1 ,