commands.sh

finger

all

User information lookup program.

More info →

Examples (5)

Display information about currently logged in users

Display information about a specific user

finger username

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

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

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

made by @shridhargupta | data from tldr-pages