Files
cheatsheet-tldr/tldr/linux/fprintd
2025-08-18 00:22:32 +00:00

27 lines
579 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`