mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
347 B
Markdown
17 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`
|