1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:35:26 +02:00

faillock: add page (#7971)

Signed-off-by: Martin Matous <m@matous.dev>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
Martin Matous 2022-04-14 02:49:07 +02:00 committed by GitHub
parent f0dacdbd20
commit 3ce3531cb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/linux/faillock.md Normal file
View file

@ -0,0 +1,16 @@
# faillock
> Display and modify authentication failure record files.
> More information: <https://manned.org/faillock>.
- 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`