1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-31 06:13:47 +02:00
tldr/pages/linux/fprintd.md
Managor 20c41cc7f7
fprintd: add set of commands notice (#17710)
Co-authored-by: Harshavardhan <harshath3018@gmail.com>
2025-08-17 20:07:46 +00:00

21 lines
487 B
Markdown

# fprintd
> Fingerprint management daemon.
> `fprintd` isn't a command, but a set of commands.
> More information: <https://fprint.freedesktop.org/>.
- View documentation for listing enrolled fingerprints:
`tldr fprintd-list`
- View documentation for enrolling new fingerprints:
`tldr fprintd-enroll`
- View documentation for verifying a fingerprint against a database:
`tldr fprintd-verify`
- View documentation for deleting fingerprints from a database:
`tldr fprintd-delete`