|
Roughly, the .plan or .project file from finger? In Unix, finger is a program you can use to find information about computer users. It usually lists the login name, the full name, and possibly other details about the user you are fingering. These details may include the office location and phone number (if known), login time, idle time, time mail was last read, and the user's plan and project files. The information listed varies, and you may not be able to get any information from some sites. In some cases, you may be able to use the finger command to verify an address or find more information for someone at another institution about whom you already have some information. The finger command is available on most Unix systems. It differs from the whois command, which you can use simply to find the email address of someone at another institution. To use finger, at your Unix prompt, enter: finger username@node.domain
Replace node.domain with the appropriate machine and domain address, and username with the name of the person or the person's username, for example: finger dvader@mentor.cc.purdue.edu
See: https://kb.iu.edu/d/aasp |