snippetbashTip
faillock — Display and modify authentication failure record files. More information: <https://manned.org/faillo
Viewed 0 times
commandfaillockandmodifyfailurecliauthenticationdisplay
linux
Problem
How to use the
faillock command: Display and modify authentication failure record files. More information: <https://manned.org/faillock>.Solution
faillock — Display and modify authentication failure record files. More information: <https://manned.org/faillock>.List login failures of the current user:
faillockReset the failure records of the current user:
faillock --resetList login failures of all users:
sudo faillockList login failures of the specified user:
sudo faillock --user {{user}}Reset the failure records of the specified user:
sudo faillock --user {{user}} --resetCode Snippets
List login failures of the current user
faillockReset the failure records of the current user
faillock --resetList login failures of all users
sudo faillockList login failures of the specified user
sudo faillock --user {{user}}Reset the failure records of the specified user
sudo faillock --user {{user}} --resetContext
tldr-pages: linux/faillock
Revisions (0)
No revisions yet.