add UNLEASHED_OBJ to unleashed.mk
[unleashed/tickless.git] / share / man / man1 / lastcomm.1
blob5c1eb3dc0026cee5314daa49773a0e028ec601c8
1 '\" te
2 .\"  Copyright (c) 2000, Sun Microsystems, Inc.
3 .\" 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 LASTCOMM 1 "May 13, 2017"
8 .SH NAME
9 lastcomm \- display the last commands executed, in reverse order
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fBlastcomm\fR [\fB-f\fR \fIfile\fR] [\fB-x\fR] [\fIcommand-name\fR] ... [\fIuser-name\fR] ...
14      [\fIterminal-name\fR] ...
15 .fi
17 .SH DESCRIPTION
18 .LP
19 The \fBlastcomm\fR command gives information on previously executed commands.
20 \fBlastcomm\fR with no arguments displays information about all the commands
21 recorded during the current accounting file's lifetime. If called with
22 arguments, \fBlastcomm\fR only displays accounting entries with a matching
23 \fIcommand-name\fR, \fIuser-name\fR, or \fIterminal-name\fR. If extended
24 process accounting is active (see \fBacctadm\fR(1M)) and is recording the
25 appropriate data items, \fBlastcomm\fR attempts to take data from the current
26 extended process accounting file. If standard process accounting is active,
27 \fBlastcomm\fR takes data from the current standard accounting file (see
28 \fBacct\fR(2)).
29 .sp
30 .LP
31 If \fIterminal-name\fR is `\fB- -\fR', there was no controlling \fBTTY\fR for
32 the process. The process was probably executed during boot time. If
33 \fIterminal-name\fR is `\fB??\fR', the controlling \fBTTY\fR could not be
34 decoded into a printable name.
35 .sp
36 .LP
37 For each process entry, \fBlastcomm\fR displays the following items of
38 information:
39 .RS +4
40 .TP
41 .ie t \(bu
42 .el o
43 The command name under which the process was called.
44 .RE
45 .RS +4
46 .TP
47 .ie t \(bu
48 .el o
49 One or more flags indicating special information about the process. The flags
50 have the following meanings:
51 .RS
53 .sp
54 .ne 2
55 .na
56 \fB\fBF\fR\fR
57 .ad
58 .RS 5n
59 The process performed a \fBfork\fR but not an \fBexec\fR.
60 .RE
62 .sp
63 .ne 2
64 .na
65 \fB\fBS\fR\fR
66 .ad
67 .RS 5n
68 The process ran as a set-user-id program.
69 .RE
71 .RE
73 .RE
74 .RS +4
75 .TP
76 .ie t \(bu
77 .el o
78 The name of the user who ran the process.
79 .RE
80 .RS +4
81 .TP
82 .ie t \(bu
83 .el o
84 The terminal which the user was logged in on at the time (if applicable).
85 .RE
86 .RS +4
87 .TP
88 .ie t \(bu
89 .el o
90 The amount of \fBCPU\fR time used by the process (in seconds).
91 .RE
92 .RS +4
93 .TP
94 .ie t \(bu
95 .el o
96 The date and time the process exited.
97 .RE
98 .SH OPTIONS
99 .LP
100 The following options are supported:
102 .ne 2
104 \fB\fB-f\fR \fIfile\fR\fR
106 .RS 11n
107 Uses \fIfile\fR as the source of accounting data. \fIfile\fR may be either an
108 extended process accounting file or a standard process accounting file.
112 .ne 2
114 \fB\fB-x\fR\fR
116 .RS 11n
117 Uses the currently active extended process accounting file. If extended
118 processing accounting is inactive, no output will be produced.
121 .SH EXAMPLES
123 \fBExample 1 \fRListing executions of named commands
126 The command
129 .in +2
131 example% \fBlastcomm a.out root term/01\fR
133 .in -2
138 produces a listing of all the executions of commands named \fBa.out\fR by user
139 \fBroot\fR while using the terminal \fBterm/01\fR.
142 \fBExample 2 \fRListing all user commands
145 The command
148 .in +2
150 example% \fBlastcomm root\fR
152 .in -2
157 produces a listing of all the commands executed by user \fBroot\fR.
159 .SH FILES
160 .ne 2
162 \fB\fB/var/adm/pacct\fR\fR
164 .RS 24n
165 standard accounting file
169 .ne 2
171 \fB\fB/var/adm/exacct/proc\fR\fR
173 .RS 24n
174 extended accounting file
177 .SH SEE ALSO
179 \fBlast\fR(1), \fBacctadm\fR(1M), \fBacct\fR(2), \fBacct.h\fR(3HEAD),
180 \fBcore\fR(4), \fBattributes\fR(5)