• 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 Examples in Linux

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.

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. “git count-objects” Command Examples
  2. sstat: command not found
  3. Inconsistent Device Names Across Reboot Cause Mount Failure Or Incorrect Mount in Linux
  4. cpupower: command not found
  5. fast: Test your download and upload speed using fast.com
  6. ark Command Examples in Linux
  7. hello Command Examples
  8. What is the purpose of “wheel” group in Linux
  9. hunspell Command Examples
  10. ctr 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