Forrest logo
back to context overview

fprintd-verify

List of commands for fprintd-verify:

  • fprintd-verify:tldr:57a5a fprintd-verify: Verify all stored fingerprints for the current user.
    $ fprintd-verify
    try on your machine
    explain this command
  • fprintd-verify:tldr:6195c fprintd-verify: Fail the process if a fingerprint doesn't match with ones stored in the database for the current user.
    $ fprint-verify --g-fatal-warnings
    try on your machine
    explain this command
  • fprintd-verify:tldr:67a95 fprintd-verify: Display help.
    $ fprintd-verify --help
    try on your machine
    explain this command
  • fprintd-verify:tldr:740a5 fprintd-verify: Verify a specific fingerprint for the current user.
    $ fprintd-verify --finger ${select}
    try on your machine
    explain this command
  • fprintd-verify:tldr:80944 fprintd-verify: Verify fingerprints for a specific user.
    $ fprint-verify ${username}
    try on your machine
    explain this command
  • fprintd-verify:tldr:c8680 fprintd-verify: Verify a specific fingerprint for a specific user.
    $ fprintd-verify --finger ${finger_name} ${username}
    try on your machine
    explain this command
back to context overview