HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

faillock — Display and modify authentication failure record files. More information: <https://manned.org/faillo

Submitted by: @import:tldr-pages··
0
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:
faillock


Reset the failure records of the current user:
faillock --reset


List login failures of all users:
sudo faillock


List login failures of the specified user:
sudo faillock --user {{user}}


Reset the failure records of the specified user:
sudo faillock --user {{user}} --reset

Code Snippets

List login failures of the current user

faillock

Reset the failure records of the current user

faillock --reset

List login failures of all users

sudo faillock

List login failures of the specified user

sudo faillock --user {{user}}

Reset the failure records of the specified user

sudo faillock --user {{user}} --reset

Context

tldr-pages: linux/faillock

Revisions (0)

No revisions yet.