mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 22:41:36 +00:00
22 lines
403 B
Plaintext
22 lines
403 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# fprintd-list
|
|
|
|
> List enrolled fingerprints.
|
|
> More information: <https://manned.org/fprintd-list>.
|
|
|
|
- List enrolled fingerprints for a specific user:
|
|
|
|
`fprintd-list {{username}}`
|
|
|
|
- List enrolled fingerprints for one or more users:
|
|
|
|
`fprintd-list {{username1 username2 ...}}`
|
|
|
|
- Display help:
|
|
|
|
`fprintd-list`
|