...> finger <username[@host]> [<username[@host]> ...]

Finger is typically used to find out specific information about users on local or remote hosts. It is a command borrowed from the unix network environment. As the ham network expands, this application will help hams find out information about each other quickly and efficiently. By fingering a user, you can find out such information as a user's name, his mailing address, telephone number, QSL information, and other useful facts.

The finger command under JNOS can be issued in any of the following ways by both user and sysop:

  1. finger The first form lists local users know to finger by virtue of a special file from the finger user directory maintained by the sysop.

    ...> finger
  2. finger <username> The second form of the command is used to find out information about a selected user at the local host, namely your own system. It is useful for testing 'finger' on a system that you know is running.

    ...> finger n8fow
  3. finger <username>@<host> The third form of the command is used to find out information about a user at a remote host.

    ...> finger n8fow@n8fow

Certain <username> strings are reserved and taken to mean that a JNOS function should be invoked to display system information, depending on what configuration options were used to build the server:

>deprecated< finger @<host> If you don't know the name of a particular user at a remote host, you can use the third form of the command. This command returns a list of all 'finger' files on the remote system. >> Example:

If the SAM or QRZ callbook server is configured, <username> is looked up in the callbook and displayed if the search is successful.

finger (last edited 2008-04-10 03:42:05 by GeorgeVerDuin)