mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
530 B
Plaintext
22 lines
530 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# fprintd-delete
|
|
|
|
> Remove fingerprints from the database.
|
|
> More information: <https://manned.org/fprintd-delete>.
|
|
|
|
- Remove all fingerprints for a specific user:
|
|
|
|
`fprintd-delete {{username}}`
|
|
|
|
- Remove a specific fingerprints for a specific user:
|
|
|
|
`fprintd-delete {{username}} {{[-f|--finger]}} {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|...}}`
|
|
|
|
- Display help:
|
|
|
|
`fprintd-delete`
|