1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/linux/faillock.md
Martin Matous 3ce3531cb0
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>
2022-04-14 00:49:07 +00:00

16 lines
347 B
Markdown

# 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`