libutil: add O_NOCTTY back to old pty open code
[minix.git] / man / man1 / last.1
blob64527fb9c8bf92edd29ee18e723c21dfa3cff0a6
1 .TH LAST 1
2 .SH NAME
3 last, uptime \- display recent on-line session records, show uptime
4 .SH SYNOPSIS
5 \fBlast\fR [\fB\-f \fIfile\fR]\fR [\fB\-r\fR] [\fB\-\fIn\fR] [\fIname\fR] [\fItty\fR] ...\fR
6 .br
7 \fBuptime\fR
8 .br
9 .de FL
10 .TP
11 \\fB\\$1\\fR
12 \\$2
14 .de EX
15 .TP 20
16 \\fB\\$1\\fR
17 # \\$2
19 .SH OPTIONS
20 .TP 5
21 .B \-f
22 # Use \fIfile\fR instead of /usr/adm/wtmp
23 .TP 5
24 .B \-r
25 # Search backwards only to last reboot
26 .TP 5
27 .B \-u
28 # Print uptime since last reboot
29 .TP 5
30 .B \-\fIn\fP
31 # Print a maximum of \fIn\fR lines
32 .SH EXAMPLES
33 .TP 20
34 .B last reboot
35 # When was the system last rebooted?
36 .TP 20
37 .B last ast
38 # When was the last login for ast?
39 .TP 20
40 .B last \-10 tty00 tty01
41 # Display last 10 logins on tty00 or tty01
42 .TP 20
43 .B uptime
44 # Display uptime (likewise \fBlast \-u\fR)
45 .SH DESCRIPTION
46 .PP
47 .I Last
48 Searches backward through the login administration file (default is
49 \fI/usr/adm/wtmp\fR), printing information about previous logins and
50 reboots.
51 During a long search, the SIGQUIT signal (CTRL-\\) causes \fIlast\fR to 
52 display how far back it has gone; it then continues. 
53 .PP
54 .IR Uptime ,
55 an alias for
56 .IR "last \-u" ,
57 displays the time the system is running since the last reboot.
58 .SH "SEE ALSO"
59 .BR who (1),
60 .BR utmp (5).