usr.sbin/makefs: Sync with sys/vfs/hammer2
[dragonfly.git] / usr.bin / finger / finger.1
blobc65d6fb8aa01b05c9674c2d99bb4bbe0d8dd9733
1 .\" Copyright (c) 1989, 1990, 1993, 1994
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)finger.1    8.3 (Berkeley) 5/5/94
29 .\" $FreeBSD: src/usr.bin/finger/finger.1,v 1.9.2.12 2003/02/25 20:31:18 trhodes Exp $
30 .\"
31 .Dd September 11, 2019
32 .Dt FINGER 1
33 .Os
34 .Sh NAME
35 .Nm finger
36 .Nd user information lookup program
37 .Sh SYNOPSIS
38 .Nm
39 .Op Fl 468glmpsho
40 .Op Ar user ...\&
41 .Op Ar user@host ...\&
42 .Sh DESCRIPTION
43 The
44 .Nm
45 utility displays information about the system users.
46 .Pp
47 Options are:
48 .Bl -tag -width indent
49 .It Fl 4
50 Forces
51 .Nm
52 to use IPv4 addresses only.
53 .It Fl 6
54 Forces
55 .Nm
56 to use IPv6 addresses only.
57 .It Fl 8
58 Pass through 8-bit data.  This option is intended for enabling 8-bit
59 data output in the
60 .Xr fingerd 8
61 service.  Using this from the command line is
62 .Em dangerous ,
63 as the output data may include control characters for your terminal.
64 .It Fl s
65 Display the user's login name, real name, terminal name and write
66 status (as a ``*'' before the terminal name if write permission is
67 denied), idle time, login time, and either office location and office
68 phone number, or the remote host.
70 .Fl o
71 is given, the office location and office phone number is printed
72 (the default).
74 .Fl h
75 is given, the remote host is printed instead.
76 .Pp
77 Idle time is in minutes if it is a single integer, hours and minutes
78 if a ``:'' is present, or days if a ``d'' is present.
79 If it is an
80 .Dq * ,
81 the login time indicates the time of last login.
82 Login time is displayed as the day name if less than 6 days, else month, day;
83 hours and minutes, unless more than six months ago, in which case the year
84 is displayed rather than the hours and minutes.
85 .Pp
86 Unknown devices as well as nonexistent idle and login times are
87 displayed as single asterisks.
88 .It Fl h
89 When used in conjunction with the
90 .Fl s
91 option, the name of the remote host is displayed instead of the office
92 location and office phone.
93 .It Fl o
94 When used in conjunction with the
95 .Fl s
96 option, the office location and office phone information is displayed
97 instead of the name of the remote host.
98 .It Fl g
99 This option restricts the gecos output to only the users' real
100 name.
101 It also has the side-effect of restricting the output
102 of the remote host when used in conjunction with the
103 .Fl h
104 option.
105 .It Fl l
106 Produce a multi-line format displaying all of the information
107 described for the
108 .Fl s
109 option as well as the user's home directory, home phone number, login
110 shell, mail status, and the contents of the files
111 .Pa .forward ,
112 .Pa .plan ,
113 .Pa .project
115 .Pa .pubkey
116 from the user's home directory.
118 If idle time is at least a minute and less than a day, it is
119 presented in the form ``hh:mm''.
120 Idle times greater than a day are presented as ``d day[s]hh:mm''.
122 Phone numbers specified as eleven digits are printed as ``+N-NNN-NNN-NNNN''.
123 Numbers specified as ten or seven digits are printed as the appropriate
124 subset of that string.
125 Numbers specified as five digits are printed as ``xN-NNNN''.
126 Numbers specified as four digits are printed as ``xNNNN''.
128 If write permission is denied to the device, the phrase ``(messages off)''
129 is appended to the line containing the device name.
130 One entry per user is displayed with the
131 .Fl l
132 option; if a user is logged on multiple times, terminal information
133 is repeated once per login.
135 Mail status is shown as ``No Mail.'' if there is no mail at all, ``Mail
136 last read DDD MMM ## HH:MM YYYY (TZ)'' if the person has looked at their
137 mailbox since new mail arriving, or ``New mail received ...'', ``Unread
138 since ...'' if they have new mail.
139 .It Fl p
140 Prevent
142 .Fl l
143 option of
145 from displaying the contents of the
146 .Pa .forward ,
147 .Pa .plan ,
148 .Pa .project
150 .Pa .pubkey
151 files.
152 .It Fl m
153 Prevent matching of
154 .Ar user
155 names.
156 .Ar User
157 is usually a login name; however, matching will also be done on the
158 users' real names, unless the
159 .Fl m
160 option is supplied.
161 All name matching performed by
163 is case insensitive.
166 If no options are specified,
168 defaults to the
169 .Fl l
170 style output if operands are provided, otherwise to the
171 .Fl s
172 style.
173 Note that some fields may be missing, in either format, if information
174 is not available for them.
176 If no arguments are specified,
178 will print an entry for each user currently logged into the system.
182 utility may be used to look up users on a remote machine.
183 The format is to specify a
184 .Ar user
186 .Dq Li user@host ,
188 .Dq Li @host ,
189 where the default output
190 format for the former is the
191 .Fl l
192 style, and the default output format for the latter is the
193 .Fl s
194 style.
196 .Fl l
197 option is the only option that may be passed to a remote machine.
199 If the file
200 .Pa .nofinger
201 exists in the user's home directory,
203 behaves as if the user in question does not exist.
205 The optional
206 .Xr finger.conf 5
207 configuration file can be used to specify aliases.
208 Since
210 is invoked by
211 .Xr fingerd 8 ,
212 aliases will work for both local and network queries.
213 .Sh ENVIRONMENT
216 utility utilizes the following environment variable, if it exists:
217 .Bl -tag -width Fl
218 .It Ev FINGER
219 This variable may be set with favored options to
220 .Nm .
222 .Sh FILES
223 .Bl -tag -width /var/log/lastlogx -compact
224 .It Pa /etc/finger.conf
225 alias definition data base
226 .It Pa /var/log/lastlogx
227 last login data base
229 .Sh SEE ALSO
230 .Xr chpass 1 ,
231 .Xr w 1 ,
232 .Xr who 1 ,
233 .Xr finger.conf 5 ,
234 .Xr fingerd 8
236 .%A D. Zimmerman
237 .%T The Finger User Information Protocol
238 .%R RFC 1288
239 .%D December, 1991
241 .Sh HISTORY
244 command appeared in
245 .Bx 3.0 .
246 .Sh BUGS
247 The current FINGER protocol RFC requires that the client keep the connection
248 fully open until the server closes.
249 This prevents the use of the optimal
250 three-packet T/TCP exchange.
251 (Servers which depend on this requirement are
252 bogus but have nonetheless been observed in the Internet at large.)