GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
finger(1) UNIX Reference Manual finger(1)

finger - display information about other users

finger [-l] [name[@host]]

finger either displays information about which users are currently using the system or displays information about a specific user.

There are two basic usages. Without a name argument, information about all currently logged-in users is displayed. With one or more name specified, finger displays information about people known to the system and matching those names. The default output format is to display a one-line summary about the most recent login(s) of people (one for each person). This gives enough information to quickly determine if somebody is currently on the system and where to reach him/her.

If name is of the form name@host finger makes a connection to host and performs the same operation as in the local case. The remote site must run a finger server and the output entirely depends on the configuration of the remote host.

finger accepts the following options:
-l
Display detailed information about a user. This information must be provided by the user and may therefore not be available or simply wrong. If the remote site runs the PFinger server, the availability of special files is indicated (e.g. public key's, plans and faces).

Several special actions by finger can be invoked by specifying one of the following strings for name. If a remote host is fingered, these actions may not be available or produce another result.
.help
Displays the help message of the fingered system.
.site
Prints site identification.
.version
Gives version information.

You are encouraged to keep the information displayed by finger up-to-date to maximize usefulness of the system.

To change what is displayed if someone requests information about you, edit the file .fingerconf by using either a text editor or pfinger See fingerconf(5) for a description of the file format.

Put a public key in the file .key If it is a PGP public key put it in .pgpkey When someone fingers you a line will be displayed that indicates the existence of the file and how to receive it.

If you make plans (e.g. You are in holidays for some weeks) edit the file .plan This file is automatically displayed if someone fingers you. Therefore note: Do not put public keys in the plan-file. It only messes the display up.

If your system does not run the pfinger daeomon, the file .fingerconf cannot be used. In this case your personal information is read from the system's password file. Use chfn(1) to change that information.

~/.fingerconf
Personal information.
~/.key
A public key file.
~/.pgpkey
The PGP public key.
~/.face
Private face bitmap.
~/.plan
Plan description.
~/.fingerrc
Personalized finger info script.
~/.nofinger
If this file exists no user information is given away

pfinger(1), fingerconf(5), chfn(1), passwd(1), w(1), who(1)

Report bugs to pfinger@xelia.ch
$Date: 1999/07/07 07:34:14 $ PFinger

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.