Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Review Suggested Edit

You can't approve or reject suggested edits because you haven't yet earned the Edit Posts ability.

Approved.
This suggested edit was approved and applied to the post 9 months ago by matthewsnyder‭.

131 / 255
  • How do I interpret the output of faillock?
  • What does the "Valid" column mean in the output of "faillock"?
  • I was looking into unlocking my login after too many incorrect password attempts. I found [this post](https://superuser.com/a/1597163) about it. Doing `faillock -user $(whoami) --reset` did indeed unlock the login.
  • However, what exactly is the output of `faillock` and how do I interpret it?
  • When I ran it while I was locked out, the output was something like this:
  • ```
  • $ faillock
  • my_username:
  • When Type Source Valid
  • 2023-08-02 14:39:43 TTY /dev/pts/1 V
  • 2023-08-02 14:39:44 TTY /dev/pts/1 V
  • ...
  • ```
  • When I run it after unlocking, there are no rows, only a header. I assume this is a list of failed login attempts, but then why is there a tick mark under `Valid`?
  • There is a [brief man page](https://man.archlinux.org/man/faillock.8) about this program, but it doesn't mention anything about this "valid" thing.
  • I was looking into unlocking my login after too many incorrect password attempts. I found [this post](https://superuser.com/a/1597163) about it. Doing `faillock -user $(whoami) --reset` did indeed unlock the login.
  • However, what exactly is the output of `faillock` and how do I interpret it?
  • When I ran it while I was locked out, the output was something like this:
  • ```
  • $ faillock
  • my_username:
  • When Type Source Valid
  • 2023-08-02 14:39:43 TTY /dev/pts/1 V
  • 2023-08-02 14:39:44 TTY /dev/pts/1 V
  • ...
  • ```
  • When I run it after unlocking, there are no rows, only a header. I assume this is a list of failed login attempts, but then why is there a tick mark under `Valid`?
  • There is a [brief man page](https://man.archlinux.org/man/faillock.8) about this program, but it doesn't mention anything about this "valid" thing.

Suggested 9 months ago by AdminBee‭