1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-31 02:13:35 +02:00
tldr/pages/linux/fprintd.md

22 lines
487 B
Markdown
Raw Normal View History

2021-10-28 00:15:01 -03:00
# fprintd
> Fingerprint management daemon.
> `fprintd` isn't a command, but a set of commands.
2021-10-28 00:15:01 -03:00
> More information: <https://fprint.freedesktop.org/>.
2025-08-17 08:30:32 +03:00
- View documentation for listing enrolled fingerprints:
2021-10-28 00:15:01 -03:00
2025-08-17 08:30:32 +03:00
`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:
2025-08-17 08:30:32 +03:00
`tldr fprintd-delete`