One Day One GNU/Linux Command 
=============================

finger -- User information lookup program.

Summary:

finger will lookup and displays information about users in the local 
or remote system.

Example:

$ finger -- Show currently logged on user's info.

$ finger user1 -- Show info about the user1.

$ finger -s -- Show more info about the currently logged on users.

$ finger -l -- Show all info about the users in multi-lines.

$ finger @host2 -- Show all current logged on users info.

$ finger [EMAIL PROTECTED] -- Show info about user2 on host2.

Note:
1) User can add his/her plans in ~/.plan and projects details in 
   ~/.project file. Finger will show this in output.
2) Remote host should run fingerd to support remote fingering.

Read: man finger

HTH :)
--
Bharathi S

_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to