HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

fprintd-enroll — Enroll fingerprints into the database. More information: <https://manned.org/fprintd-enroll>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandenrollfingerprintsdatabasecliintofprintd-enroll
linux

Problem

How to use the fprintd-enroll command: Enroll fingerprints into the database. More information: <https://manned.org/fprintd-enroll>.

Solution

fprintd-enroll — Enroll fingerprints into the database. More information: <https://manned.org/fprintd-enroll>.

Enroll the right index finger for the current user:
fprintd-enroll


Enroll a specific finger for the current user:
fprintd-enroll {{[-f|--finger]}} {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|...}}


Enroll the right index finger for a specific user:
fprintd-enroll {{username}}


Enroll a specific finger for a specific user:
fprintd-enroll {{[-f|--finger]}} {{finger_name}} {{username}}


Display help:
fprintd-enroll --help

Code Snippets

Enroll the right index finger for the current user

fprintd-enroll

Enroll a specific finger for the current user

fprintd-enroll {{[-f|--finger]}} {{left-thumb|left-index-finger|left-middle-finger|left-ring-finger|left-little-finger|right-thumb|...}}

Enroll the right index finger for a specific user

fprintd-enroll {{username}}

Enroll a specific finger for a specific user

fprintd-enroll {{[-f|--finger]}} {{finger_name}} {{username}}

Display help

fprintd-enroll --help

Context

tldr-pages: linux/fprintd-enroll

Revisions (0)

No revisions yet.