FINGER (1) BSD General Commands Manual FINGER (1)
NAME
Finger-user Information Lookup Program
Synopsis
Finger [-lmsp] [user ...] [[email protected] ...]
DESCRIPTION
The finger displays information about the system users.
Options are:
-S Finger displays the user ' s login name, real name, terminal name and
Write status (as a ' * ' after the terminal name if write permis‐
Sion is denied), idle time, login time, office location and office
Phone number.
Login time is displayed as month, day, hours and minutes, unless
More than six months ago, in which case the year is displayed
Rather than the hours and minutes.
Unknown devices as well as nonexistent idle and login times is
Displayed as single asterisks.
-L produces a multi-line format displaying all of the information
Described for THE-S option as well as the user ' s home directory,
Home phone number, login shell, mail status, and the contents of
The files ". Plan", ". Project", ". Pgpkey" and ". Forward" from the
User ' s home directory.
Phone numbers specified as eleven digits is printed as ' +n-nnn-
Nnn-nnnn '. Numbers specified as ten or seven digits is printed
As the appropriate subset of that string. Numbers specified as
Five digits is printed as ' xn-nnnn '. Numbers specified as Four
Digits is printed as ' xnnnn '.
If Write permission is denied to the device, the phrase "(Messages
OFF) ' is appended to the line containing the device name. One
Entry per user is displayed with THE-L option; If a user is logged
On multiple times, terminal information is repeated once per login.
Mail status is shown as "no mail." If there is no mail at all,
' Mail last Read DDD MMM # # hh:mm YYYY (TZ) ' If the person has
Looked at their mailbox since new mail arriving, or ' new mail '
Received ... ', ' unread since ... ' If they has new mail.
-p prevents the-l option of finger from displaying the contents of
The ". Plan", ". Project" and ". Pgpkey" files.
-m Prevent matching of user names. User is usually a login name; How‐
Ever, matching'll also is done on the users ' real names, unless
THE-M option is supplied. All name matching performed by finger
is case insensitive.
If no options is specified, finger defaults to the-l style output if
Operands is provided, otherwise to the-s style. Note that some fields
May being missing, in either format, if information are not available for
them.
If no arguments is specified, finger would print an entry for each user
Currently logged into the system.
Finger May is used to look up the users on a remote machine. The format is
To specify a user as "User@host", or "@host", where the default output
Format for the former are the-l style, and the default output format for
The latter is the-s style. The-l option is the only option.
Passed to a remote machine.
If standard output is a socket, finger'll emit a carriage return (^m)
Before every linefeed (^J). This was for processing remote finger requests
When invoked by Fingerd (8).
FILES
~/.nofinger If Finger finds this file in a user's home directory, it
Would, for finger requests originating outside the local
Host, firmly deny the existence of that user. For this
To work, the finger program, as started by Fingerd (8),
Must is able to see the. nofinger file. This generally
means that the home directory containing the file must
Has the Other-users-execute bit set (o+x). See
chmod (1). If Feature for privacy
Test it with "finger @localhost" before relying on it,
Just in case.
~/.plan
~/.project
~/.pgpkey These files is printed as part of a Long-format
Request. The. Plan file may be arbitrarily long.
See ALSO
CHFN (1), passwd (1), W (1), who (1)
History
The finger command appeared in 3.0BSD.
Linux Netkit (0.17) August, 1999 Linux Netkit (0.17)
Linux--Finger