Renamed chkpw to chkpwd. (1.3.0)
This commit is contained in:
parent
0fb2bc12e7
commit
a2bcc55b38
6 changed files with 61 additions and 61 deletions
24
chkpwd.1
Normal file
24
chkpwd.1
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
.TH man 1 "01 Jun 2025" "chkpwd 1.3.0" "chkpwd man page"
|
||||
.SH NAME
|
||||
chkpwd \- checks the validity of a users password on a UNIX/PAM-based system.
|
||||
.SH SYNOPSIS
|
||||
chkpwd [OPTION]...
|
||||
.SH DESCRIPTION
|
||||
chkpwd is a program that checks the validity of a users password on a UNIX/PAM-based system.
|
||||
.SH OPTIONS
|
||||
The options which apply to the chkpwd command are:
|
||||
|
||||
-u <username> Set username.
|
||||
-p <password> Set password.
|
||||
-v Enable verbose mode.
|
||||
-V Print program version.
|
||||
-h Show this help.
|
||||
|
||||
chkpwd runs in an interactive mode when no username and/or password are set. A missing username and/or password will then be asked for program execution.
|
||||
|
||||
.SH SEE ALSO
|
||||
pam(3), pam_authenticate(3), PAM(8)
|
||||
.SH BUGS
|
||||
No known bugs.
|
||||
.SH AUTHOR
|
||||
Johannes Findeisen (you@hanez.org)
|
||||
Loading…
Add table
Add a link
Reference in a new issue