8980 BIOS clock is sometimes one hour fast
[unleashed.git] / usr / src / man / man1m / in.fingerd.1m
bloba8dfa6ceac9de107d860fee6fb7b578fb2371a72
1 '\" te
2 .\"  Copyright 1989 AT&T
3 .\"  Copyright (c) 2004, Sun Microsystems, Inc.  All Rights Reserved
4 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
5 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
6 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
7 .TH IN.FINGERD 1M "Jul 31, 2004"
8 .SH NAME
9 in.fingerd, fingerd \- remote user information server
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fB/usr/sbin/in.fingerd\fR
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 \fBfingerd\fR implements the server side of the Name/Finger protocol, specified
20 in \fIRFC 742\fR. The Name/Finger protocol provides a remote interface to
21 programs which display information on system status and individual users. The
22 protocol imposes little structure on the format of the exchange between client
23 and server. The client provides a single command line to the finger server
24 which returns a printable reply.
25 .sp
26 .LP
27 \fBfingerd\fR waits for connections on \fBTCP\fR port 79. Once connected, it
28 reads a single command line terminated by RETURN-LINEFEED and passes the
29 arguments to \fBfinger\fR(1), prepended with \fB-s\fR. \fBfingerd\fR closes its
30 connections as soon as the output is finished.
31 .SH FILES
32 .sp
33 .ne 2
34 .na
35 \fB\fB/var/adm/utmpx\fR\fR
36 .ad
37 .RS 20n
38 User and accounting information.
39 .RE
41 .sp
42 .ne 2
43 .na
44 \fB\fB/etc/passwd\fR\fR
45 .ad
46 .RS 20n
47 System password file.
48 .RE
50 .sp
51 .ne 2
52 .na
53 \fB\fB/var/adm/lastlog\fR\fR
54 .ad
55 .RS 20n
56 Last login times.
57 .RE
59 .sp
60 .ne 2
61 .na
62 \fB\fB$HOME/.plan \fR\fR
63 .ad
64 .RS 20n
65 User's plans.
66 .RE
68 .sp
69 .ne 2
70 .na
71 \fB\fB$HOME/.project \fR\fR
72 .ad
73 .RS 20n
74 User's projects.
75 .RE
77 .SH USAGE
78 .sp
79 .LP
80 \fBfingerd\fR and \fBin.fingerd\fR are IPv6-enabled. See \fBip6\fR(7P).
81 .SH SEE ALSO
82 .sp
83 .LP
84 \fBfinger\fR(1), \fBsvcs\fR(1), \fBinetadm\fR(1M), \fBinetd\fR(1M),
85 \fBsvcadm\fR(1M), \fBattributes\fR(5), \fBsmf\fR(5), \fBip6\fR(7P)
86 .sp
87 .LP
88 Harrenstien, Ken, \fIRFC 742, NAME/FINGER\fR,  Network Information Center, SRI
89 International, Menlo Park, Calif., December 1977.
90 .SH NOTES
91 .sp
92 .LP
93 Connecting directly to the server from a \fBTIP\fR or an equally narrow-minded
94 TELNET-protocol user program can result in meaningless attempts at option
95 negotiation being sent to the server, which foul up the command line
96 interpretation. \fBfingerd\fR should be taught to filter out \fBIAC\fR's and
97 perhaps even respond negatively (\fBIAC\fR does not)  to all option commands
98 received.
99 .sp
101 The \fBin.fingerd\fR service is managed by the service management facility,
102 \fBsmf\fR(5), under the service identifier:
104 .in +2
106 svc:/network/finger:default
108 .in -2
113 Administrative actions on this service, such as enabling, disabling, or
114 requesting restart, can be performed using \fBsvcadm\fR(1M). Responsibility for
115 initiating and restarting this service is delegated to \fBinetd\fR(1M). Use
116 \fBinetadm\fR(1M) to make configuration changes and to view configuration
117 information for this service. The service's status can be queried using the
118 \fBsvcs\fR(1) command.