commands.sh

faillock

linux

Display and modify authentication failure record files.

More info →

Examples (5)

List login failures of the current user

Reset the failure records of the current user

faillock --reset

List login failures of all users

List login failures of the specified user

sudo faillock --user user

Reset the failure records of the specified user

sudo faillock --user user --reset
made by @shridhargupta | data from tldr-pages