[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    finger(1) manual page Table of Contents

Name

finger - display information about local and remote users

Synopsis

finger [ -bfhilmpqsw ] [ username... ]

finger [-l ] [ username@hostname1[@hostname2...@hostnamen] ... ]

finger [-l ] [ @hostname1[@hostname2...@hostnamen] ... ]

Availability

SUNWcsu

Description

By default, the finger command displays in multi-column format the following information about each logged-in user:

Idle time is in minutes if it is a single integer, in hours and minutes if a ‘:’ (colon) is present, or in days and hours if a ‘d’ is present.

When one or more username arguments are given, more detailed information is given for each username specified, whether they are logged in or not. username must be that of a local user, and may be a first or last name, or an account name. Information is presented in multi-line format as follows:

If the arguments username@hostname1[@hostname2...@hostnamen] or
@hostname1[@hostname2...@hostnamen] are used, the request is sent first to hostnamen and forwarded through each hostnamen-1 to hostname1. The program uses the finger user information protocol (see RFC 1288) to query that remote host for information about the named user (if username is specified), or about each logged-in user. The information displayed is server dependent.

Options

The username@hostname form supports only the -l option.

-b
Suppress printing the user’s home directory and shell in a long format printout.
-f
Suppress printing the header that is normally printed in a non-long format printout.
-h
Suppress printing of the .project file in a long format printout.
-i
Force ‘idle’ output format, which is similar to short format except that only the login name, terminal, login time, and idle time are printed.
-l
Force long output format.
-m
Match arguments only on user name (not first or last name).
-p
Suppress printing of the .plan file in a long format printout.
-q
Force quick output format, which is similar to short format except that only the login name, terminal, and login time are printed.
-s
Force short output format.
-w
Suppress printing the full name in a short format printout.

Files

$HOME/.plan
user’s plan
$HOME/.project
user’s projects
/etc/passwd
password file
/var/adm/lastlog
time of last login
/var/adm/utmp
accounting

See Also

passwd(1) , who(1) , whois(1)

Notes

The finger user information protocol limits the options that may be used with the remote form of this command.


Table of Contents