USAGE F[inger] [][@] DESCRIPTION The finger command retrieves personal information about users of a system. When used by itself, a list of known users on the current system will be displayed. When a user_name is added to the command, finger will display information about that particular user. The same functions detailed above may be performed on some other TCP/IP host connected to the network. Just add the "@" to the finger command as specified in the usage line above. To get a list of the users on a remote system, enter "finger" followed by a and an "@", then the host name. To get information about a remote user, simply insert the user name before the "@". EXAMPLES finger (list the known users on this system) f frank (list info about the local user "frank") f @wb8xxx (list the known users at host "wb8xxx") f karl@wb8xxx (display info about "karl" at host "wb8xxx")