• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

fprintd-verify: command not found

by Deepika

fprintd-verify is a command-line tool used to verify fingerprints against the database of fingerprints stored on a system. The fingerprints are typically stored in a secure location, such as the system’s Trusted Platform Module (TPM) or a security chip, to ensure their integrity and confidentiality. When a user attempts to verify their fingerprint, the system captures an image of the fingerprint and compares it to the fingerprints stored in the database. If a match is found, the system will allow the user to access the system or perform a specific action. If no match is found, the system will deny access or prevent the action from taking place.

fprintd-verify can be used in a variety of contexts, such as logging into a system, unlocking a device, or making a secure transaction. It can be integrated into a variety of applications, such as desktop environments, mobile devices, and web applications. The fprintd-verify command is part of the fprintd library, which provides a common API for fingerprint readers and fingerprint management. It is available on Linux and Unix-like operating systems.

If you encounter the below error while running the command fprintd-verify:

fprintd-verify: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install fprintd
Ubuntu apt-get install fprintd
Arch Linux pacman -S fprintd
Kali Linux apt-get install fprintd
CentOS yum install fprintd
Fedora dnf install fprintd
Raspbian apt-get install fprintd

fprintd-verify Command Examples

1. Verify all stored fingerprints for the current user:

# fprintd-verify

2. Verify a specific fingerprint for the current user:

# fprintd-verify --finger 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

3. Verify fingerprints for a specific user:

# fprint-verify username

4. Verify a specific fingerprint for a specific user:

# fprintd-verify --finger finger_name username

5. Fail the process if a fingerprint doesn’t match with ones stored in the database for the current user:

# fprint-verify --g-fatal-warnings

6. Display help:

# fprintd-verify --help

Filed Under: Linux

Some more articles you might also be interested in …

  1. Linux Interview Questions : Open Files / Open File Descriptors
  2. paste Command Examples in Linux
  3. powertop Command Examples in Linux
  4. cloudflared: Command-line tool to create a persistent connection to the Cloudflare network
  5. autopkgtest Command Examples in Ubuntu
  6. mkfs.btrfs: command not found
  7. sesearch: command not found
  8. ack – A search tool like grep, optimized for developers (Command Examples)
  9. iostat Command Examples in Linux
  10. enum4linux Command Examples in Linux

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright