Drop main() prototype. Syncs with NetBSD-8
[minix.git] / usr.bin / last / last.1
blob80c440aa702572510876cc54d69ebfa7873d9af2
1 .\"     $NetBSD: last.1,v 1.20 2012/05/12 14:52:57 reed Exp $
2 .\"
3 .\" Copyright (c) 1980, 1990, 1993
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\"     @(#)last.1      8.1 (Berkeley) 6/6/93
31 .\"
32 .Dd October 18, 2011
33 .Dt LAST 1
34 .Os
35 .Sh NAME
36 .Nm last
37 .Nd indicate last logins of users and ttys
38 .Sh SYNOPSIS
39 .Nm
40 .Op Fl Ns Ar n
41 .Op Fl nTx
42 .Op Fl f Ar file
43 .Op Fl H Ar hostsize
44 .Op Fl h Ar host
45 .Op Fl L Ar linesize
46 .Op Fl N Ar namesize
47 .Op Fl t Ar tty
48 .Op user ...
49 .Sh DESCRIPTION
50 .Nm
51 will list the sessions of specified
52 .Ar users ,
53 .Ar ttys ,
54 and
55 .Ar hosts ,
56 in reverse time order.
57 Each line of output contains
58 the user name, the tty from which the session was conducted, any
59 hostname, the start and stop times for the session, and the duration
60 of the session.
61 If the session is still continuing or was cut short by
62 a crash or shutdown,
63 .Nm
64 will so indicate.
65 .Pp
66 The following options are available:
67 .Pp
68 .Bl -tag -width xHxhostsizexx
69 .It Fl Ar n
70 Limits the report to
71 .Ar n
72 lines.
73 .It Fl f Ar file
74 .Nm
75 reads the file
76 .Ar file
77 instead of the default,
78 .Pa /var/log/wtmpx
80 .Pa /var/log/wtmp .
81 If the file ends with
82 .Sq x ,
83 it is treated as a
84 .Xr utmpx 5
85 format file, else it is treated as a
86 .Xr utmp 5
87 format file.
88 If the file is ``-'', standard input is used.
89 .It Fl H Ar hostsize
90 Use the provided hostsize as the width to format the host name field.
91 .It Fl h Ar host
92 .Ar Host
93 names may be names or internet numbers.
94 .It Fl L Ar linesize
95 Use the provided linesize as the width to format the tty field.
96 .It Fl N Ar namesize
97 Use the provided namesize as the width to format the login name field.
98 .It Fl n
99 Print host addresses numerically.
100 This option works only on
101 .Xr wtmpx 5
102 entries,
103 and prints nothing on
104 .Xr wtmp 5
105 entries.
106 .It Fl T
107 Display better time information, including the year and seconds.
108 .It Fl t Ar tty
109 Specify the
110 .Ar tty .
111 Tty names may be given fully or abbreviated, for example,
112 .Dq Li "last -t 03"
113 is equivalent to
114 .Dq Li "last -t tty03" .
115 .It Fl x
116 Assume that the file given is in
117 .Xr wtmpx 5
118 format, even if the filename does not end with an
119 .Sq x .
120 Also useful when reading such format from standard input.
123 If multiple arguments are given, the information which applies to any of the
124 arguments is printed, e.g.,
125 .Dq Li "last root -t console"
126 would list all of
127 .Dq Li root Ns 's
128 sessions as well as all sessions on the console terminal.
129 If no users, hostnames, or terminals are specified,
131 prints a record of all logins and logouts.
133 The pseudo-user
134 .Ar reboot
135 logs in at reboots of the system, thus
136 .Dq Li last reboot
137 will give an indication of mean time between reboot.
141 is interrupted, it indicates to what date the search has progressed.
142 If interrupted with a quit signal
144 indicates how far the search has progressed and then continues.
145 .Sh FILES
146 .Bl -tag -width /var/log/wtmpx -compact
147 .It Pa /var/log/wtmp
148 login data base
149 .It Pa /var/log/wtmpx
150 login data base
152 .Sh SEE ALSO
153 .Xr lastcomm 1 ,
154 .Xr utmp 5 ,
155 .Xr utmpx 5 ,
156 .Xr ac 8 ,
157 .Xr lastlogin 8
158 .Sh HISTORY
160 appeared in
161 .Bx 1 .