mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 21:42:41 +00:00
27 lines
579 B
Plaintext
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`
|