LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

fprintd-enroll

register fingerprints for authentication

TLDR

Record the right index finger for whoever is logged in
$ fprintd-enroll
copy
Record a different finger
$ fprintd-enroll --finger [left-thumb]
copy
Record a print for another user, which needs root
$ sudo fprintd-enroll [username]
copy
Name both the finger and the user
$ sudo fprintd-enroll --finger [right-middle-finger] [username]
copy
See the finger names it will accept
$ fprintd-enroll --help
copy

SYNOPSIS

fprintd-enroll [options] [username]

DESCRIPTION

fprintd-enroll registers fingerprints into the fprintd database for biometric authentication. During enrollment, the user is prompted to scan their finger multiple times to build a reliable fingerprint template.The default finger is right-index-finger. Multiple fingers can be enrolled by running the command multiple times with different --finger values.Enrolled fingerprints can be used for PAM authentication, allowing fingerprint login, sudo verification, and other authentication contexts when properly configured.

PARAMETERS

-f, --finger FINGER

Specify which finger to enroll: left-thumb, left-index-finger, left-middle-finger, left-ring-finger, left-little-finger, right-thumb, right-index-finger, right-middle-finger, right-ring-finger, right-little-finger. Default: right-index-finger.
--help
Display help message.

INSTALL

sudo apt install fprintd
copy
sudo dnf install fprintd
copy
sudo pacman -S fprintd
copy
sudo apk add fprintd
copy
sudo zypper install fprintd
copy
nix profile install nixpkgs#fprintd
copy

CAVEATS

Enrollment quality depends on the fingerprint reader and skin condition. Dry or damaged skin may result in poor enrollment. Multiple scans are required for reliable templates. Root privileges may be needed to enroll fingerprints for other users.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid