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:
parent
f0dacdbd20
commit
3ce3531cb0
1 changed files with 16 additions and 0 deletions
16
pages/linux/faillock.md
Normal file
16
pages/linux/faillock.md
Normal 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`
|
Loading…
Add table
Reference in a new issue