finger(1)
NAME
finger − print user finger information
SYNTAX
finger [options] [name...]
DESCRIPTION
By default, finger lists the login name, full name, terminal name and write status, idle time, login time, and office location and phone number for each current ULTRIX user. Terminal write status is noted as an asterisk (*) before the terminal name if write permission is denied. Idle time is given in minutes if the listing shows a single integer, hours and minutes if a colon (:) is present, or days and hours if a d is present.
A longer format also exists and is used by finger whenever a list of people’s names is given. (Account names as well as first and last names of users are accepted.) This format is multi-line, and includes all the information described above as well as the user’s home directory and login shell. Additionally, it displays the information contained in the files .plan and .project, both of which are located in the user’s home directory. If no list is given, all the people currently logged in are shown.
The finger command may be used to look up users on a remote machine. The format is to specify the user as user@host. If the user name is left off, the standard format listing is provided on the remote machine.
OPTIONS
−bDisplays a briefer long form list of users.
−fDisables printing of headers for short and quick outputs.
−hSuppresses printing of the .project file.
−iDisplays list of users with idle times.
−lDisplays output in long format.
−mMatches arguments only on user name.
−pSuppresses printing of the .plan file.
−qDisplays list of users.
−sDisplays output in short format.
−wDisplays narrow short format of specified users.
RESTRICTIONS
Only the first line of the .project file is printed.
FILES
/etc/utmp Who file.
/etc/passwd For users names, offices, and so forth.
/usr/adm/lastlog Last login times.
~/.plan Plans.
~/.project Projects.