logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Finger Lookup - Find User Information | Online Free DevTools by Hexmos

Lookup user information with Finger. Quickly retrieve details about users on a system including login name, real name, and more. Free online tool, no registration required.

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

See Also