LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

fprintd-list

display enrolled fingerprints

TLDR

List enrolled fingerprints for a specific user
$ fprintd-list [username]
copy
List enrolled fingerprints for multiple users
$ fprintd-list [username1] [username2] ...
copy
Display help
$ fprintd-list
copy

SYNOPSIS

fprintd-list username [username...]

DESCRIPTION

fprintd-list displays the fingerprints enrolled in the fprintd database for specified users. The output shows which fingers have been registered for each user.The command queries the fprintd daemon via D-Bus to retrieve enrollment information. This is useful for verifying which fingers are registered before attempting authentication or deciding which additional fingers to enroll.

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

Requires the fprintd daemon to be running. May require appropriate permissions to list fingerprints for other users.

SEE ALSO

RESOURCES

Copied to clipboard
Kai