tldr/pages/common/finger.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

574 B

finger

User information lookup program. More information: https://manned.org/finger.

  • Display information about currently logged in users:

finger

  • Display information about a specific user:

finger {{username}}

  • Display the user's login name, real name, terminal name, and other information:

finger -s

  • Produce multiline output format displaying same information as -s as well as user's home directory, home phone number, login shell, mail status, etc.:

finger -l

  • Prevent matching against user's names and only use login names:

finger -m