summaryrefslogtreecommitdiffstats
path: root/debian/cppw.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:54:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:54:38 +0000
commit6cfae0f7454977a2a1171b25e82cef512c14e156 (patch)
tree67cc236679251beaf5e95d9bc5a6a69b745202d0 /debian/cppw.8
parentAdding upstream version 1:4.13+dfsg1. (diff)
downloadshadow-6cfae0f7454977a2a1171b25e82cef512c14e156.tar.xz
shadow-6cfae0f7454977a2a1171b25e82cef512c14e156.zip
Adding debian version 1:4.13+dfsg1-1.debian/1%4.13+dfsg1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/cppw.8')
-rw-r--r--debian/cppw.827
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/cppw.8 b/debian/cppw.8
new file mode 100644
index 0000000..6a9cc6f
--- /dev/null
+++ b/debian/cppw.8
@@ -0,0 +1,27 @@
+.TH CPPW 8 "7 Apr 2005"
+.SH NAME
+cppw, cpgr \- copy with locking the given file to the password or group file
+.SH SYNOPSIS
+\fBcppw\fR [\fB\-h\fR] [\fB\-s\fR] password_file
+.br
+\fBcpgr\fR [\fB\-h\fR] [\fB\-s\fR] group_file
+
+.SH DESCRIPTION
+.BR cppw " and " cpgr
+will copy, with locking, the given file to
+.IR /etc/passwd " and " /etc/group ", respectively."
+With the \fB\-s\fR flag, they will copy the shadow versions of those files,
+.IR /etc/shadow " and " /etc/gshadow ", respectively."
+
+With the \fB\-h\fR flag, the commands display a short help message and exit
+silently.
+.SH "SEE ALSO"
+.BR vipw (8),
+.BR vigr (8),
+.BR group (5),
+.BR passwd (5),
+.BR shadow (5),
+.BR gshadow (5)
+.SH AUTHOR
+\fBcppw\fR and \fBcpgr\fR were written by Stephen Frost, based on
+\fBvipw\fR and \fBvigr\fR written by Guy Maor.