From b76270bf9e6dd375e495fec92140a79a79415d27 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 19 May 2010 08:58:23 +0000 Subject: Slackware 13.1 Wed May 19 08:58:23 UTC 2010 Slackware 13.1 x86_64 stable is released! Lots of thanks are due -- see the RELEASE_NOTES and the rest of the ChangeLog for credits. The ISOs are on their way to replication, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. We are taking pre-orders now at store.slackware.com, and offering a discount if you sign up for a subscription. Consider picking up a copy to help support the project. Thanks again to the Slackware community for testing, contributing, and generally holding us to a high level of quality. :-) Enjoy! --- slackbook/html/basic-network-commands-finger.html | 132 ---------------------- 1 file changed, 132 deletions(-) delete mode 100644 slackbook/html/basic-network-commands-finger.html (limited to 'slackbook/html/basic-network-commands-finger.html') diff --git a/slackbook/html/basic-network-commands-finger.html b/slackbook/html/basic-network-commands-finger.html deleted file mode 100644 index 08eca57c6..000000000 --- a/slackbook/html/basic-network-commands-finger.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - -finger - - - - - - - - - - - -
-

13.4 finger

- -

finger(1) will retrieve information about the specified user. -You give finger a username or an email address and it will try to contact the necessary -server and retrieve the username, office, telephone number, and other pieces of -information. Here is an example:

- - - - - -
-
-% finger johnc@idsoftware.com
-
-
- -

finger can return the username, mail status, phone numbers, -and files referred to as “dot plan” and “dot project”. Of course, -the information returned varies with each finger server. The one -included with Slackware returns the following information by default:

- - - -

The first four items can be set with the chfn command. It -stores those values in the /etc/passwd file. To change the -information in your .plan or .project -file, just edit them with your favorite text editor. They must reside in your home -directory and must be called .plan and .project.

- -

Many users finger their own account from a remote machine to -quickly see if they have new email. Or, you can see a user's plan or current project.

- -

Like many commands, finger has options. Check the man page -for more information on what special options you can use.

-
- - - - - -- cgit v1.2.3