Name
Finger —
\windows\system32\finger.exe
Synopsis
Display information about a user account.
To Open
Command Prompt →
finger
Usage
finger [-l] [user][@host]
Description
The Finger client uses a standard protocol to retrieve publicly available information from any networked computer. Let’s say you want to find out about a username “Woodrow” on your own system; you would simply type:
finger woodrow
Finger accepts the following options:
- user
The username you wish to query. Omit to list all the users currently logged in on the specified host.
- @host
The target machine containing the user account(s) you wish to query. Omit to query the local machine (localhost).
- -l
Displays information in a long list format
The finger protocol has been around for long time and is supported by all versions of Windows NT, Windows 2000, Windows XP, Unix, Solaris, and other platforms. The output from a Finger request varies widely (if you get a response at all); it depends on the operating system running on the specified host and the specific settings imposed by that machine’s administrator.
Finger, when it works, commonly retrieves a report that looks something like this:
Login: woodrow Name: Gordie Howe
Directory: /usr/local/home/woodrow Shell: /bin/csh
Never logged in.
New mail received Mon Oct 1 23:35 2001 (PDT)
Unread since Wed Nov 20 11:54 1996 (PDT)
No Plan.Although most the information included in this simple report is self-evident, the last line makes mention of a plan. The plan is a text file to be shown ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access