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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

fprintd-list: command not found

by Deepika

fprintd-list is a command-line tool that is used to list the fingerprints that are currently enrolled in the system’s fingerprint database. The fingerprints are listed by the username associated with the fingerprint and the device name.

When you run the fprintd-list command, it will display a list of all fingerprints that have been enrolled in the system’s fingerprint database. It’s worth noting that this command will only list fingerprints that have been enrolled in the system’s fingerprint database and is not a global command that lists fingerprints in all other systems.

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

fprintd-list: 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-list Command Examples

1. List enrolled fingerprints for a specific user:

# fprintd-list username

2. List enrolled fingerprints for a space-separated list of users:

# fprintd-list username1 username2 ...

3. Display help:

# fprintd-list

Filed Under: Linux

Some more articles you might also be interested in …

  1. Extend the size of /boot partition on virtualized environment (CentOS/RHEL 6)
  2. Disk Encryption Using Network Based Key Services (NBDE) on CentOS/RHEL 8
  3. tic Command Examples in Linux
  4. How to generate PGP keys using GPG on Linux
  5. egrep Command Examples in Linux
  6. debuild: command not found
  7. rc-update Command Examples in Linux
  8. How to uninstall chillispot software package in Ubuntu
  9. telinit Command Examples in Linux
  10. How systemd-tmpfiles cleans up /tmp/ or /var/tmp (replacement of tmpwatch) in CentOS / RHEL 7

You May Also Like

Primary Sidebar

Recent Posts

  • csslint: A linter for CSS code
  • csh: The shell (command interpreter) with C-like syntax (Command Examples)
  • csc: The Microsoft C# Compiler (Command Examples)
  • crystal: Tool for managing Crystal source code

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright