System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.

Other Projects

This TLDR page is also found in other projects: