diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:22:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:22:07 +0000 |
commit | a982d958e3c5acba737f166177934ecdf8ebdf45 (patch) | |
tree | a4acc11aacd2865464d800eb8d8557db8df9d99f /debian/cppw.8 | |
parent | Adding upstream version 1:4.5. (diff) | |
download | shadow-a982d958e3c5acba737f166177934ecdf8ebdf45.tar.xz shadow-a982d958e3c5acba737f166177934ecdf8ebdf45.zip |
Adding debian version 1:4.5-1.1.debian/1%4.5-1.1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/cppw.8')
-rw-r--r-- | debian/cppw.8 | 27 |
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. |