1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages/linux/faillock.md
2024-10-14 11:15:29 +02:00

24 lines
473 B
Markdown

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