snippetbashTip
finger — User information lookup program. More information: <https://manned.org/finger>.
Viewed 0 times
commandlookupcliinformationprogramusermorefinger
Problem
How to use the
finger command: User information lookup program. More information: <https://manned.org/finger>.Solution
finger — User information lookup program. More information: <https://manned.org/finger>.Display information about currently logged in users:
fingerDisplay information about a specific user:
finger {{username}}Display the user's login name, real name, terminal name, and other information:
finger -sProduce multiline output format displaying same information as
-s as well as user's home directory, home phone number, login shell, mail status, etc.:finger -lPrevent matching against user's names and only use login names:
finger -mCode Snippets
Display information about currently logged in users
fingerDisplay information about a specific user
finger {{username}}Display the user's login name, real name, terminal name, and other information
finger -sProduce multiline output format displaying same information as `-s` as well as user's home directory, home phone number, login shell, mail status, etc.
finger -lPrevent matching against user's names and only use login names
finger -mContext
tldr-pages: common/finger
Revisions (0)
No revisions yet.