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>
feature/refresh-wine
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
1 changed files with 16 additions and 0 deletions

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`