1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/finger.md
2021-04-19 23:05:51 +01:00

575 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 multi-line 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