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 »
Q&A

Post History

66%
+2 −0
Q&A 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 about it. Doing faillock -user $(whoami) --reset did indeed unlock the login. However, what exac...

1 answer  ·  posted 9mo ago by matthewsnyder‭  ·  edited 9mo ago by AdminBee‭

Question arch-linux password
#2: Post edited by user avatar AdminBee‭ · 2023-08-03T19:04:25Z (9 months ago)
Make title more concrete to the part of the output in question; shorten the output lines so that they fit without hor. scroll bars.
  • 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.
#1: Initial revision by user avatar matthewsnyder‭ · 2023-08-02T20:56:00Z (9 months ago)
How do I interpret 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.