chkusr/chkpwd.1

27 lines
832 B
Groff
Raw Normal View History

.TH checkpw 1 "June 2025" "chkpwd 1.3.1" "chkpwd man page"
2025-06-04 18:43:26 +02:00
.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.
2025-06-04 18:43:26 +02:00
.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 while program
execution.
2025-06-04 18:43:26 +02:00
.SH SEE ALSO
2025-06-05 20:07:03 +02:00
pam(3), pam_authenticate(3), PAM(8), pam_unix(8)
2025-06-04 18:43:26 +02:00
.SH BUGS
No known bugs.
.SH AUTHOR
Written by Johannes Findeisen <you@hanez.org>.