
finger
List of commands for finger:
-
finger:tldr:0632a finger: Display information about a specific user.$ finger ${user}@${host}try on your machineexplain this command
-
finger:tldr:412e4 finger: Prevent matching against user's names and only use login names.$ finger -mtry on your machineexplain this command
-
finger:tldr:449ab finger: Display information in a longer format.$ finger ${user}@${host} -ltry on your machineexplain this command
-
finger:tldr:4cd31 finger: Display information about all users on the specified host.$ finger @${host}try on your machineexplain this command
-
finger:tldr:c3102 finger: Display help information.$ finger /?try on your machineexplain this command
-
finger:tldr:ce47e finger: Display the user's login name, real name, terminal name, and other information.$ finger -stry on your machineexplain this command
-
finger:tldr:dad43 finger: 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 -ltry on your machineexplain this command
-
finger:tldr:e7efd finger: Display information about currently logged in users.$ fingertry on your machineexplain this command
-
finger:tldr:f8a1c finger: Display information about a specific user.$ finger ${username}try on your machineexplain this command