Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
acct /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
Preface.html
13.09
KB
-rw-r--r--
ac.html
13.14
KB
-rw-r--r--
accton.html
3.01
KB
-rw-r--r--
dump_002dacct.html
5.92
KB
-rw-r--r--
index.html
2.7
KB
-rw-r--r--
lastcomm.html
6.66
KB
-rw-r--r--
sa.html
11.85
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : lastcomm.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- Created by GNU Texinfo 6.8, https://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>lastcomm (Accounting Utilities Manual)</title> <meta name="description" content="lastcomm (Accounting Utilities Manual)"> <meta name="keywords" content="lastcomm (Accounting Utilities Manual)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link href="index.html" rel="start" title="Top"> <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="index.html" rel="up" title="Top"> <link href="sa.html" rel="next" title="sa"> <link href="accton.html" rel="prev" title="accton"> <style type="text/css"> <!-- a.copiable-anchor {visibility: hidden; text-decoration: none; line-height: 0em} a.summary-letter {text-decoration: none} blockquote.indentedblock {margin-right: 0em} div.display {margin-left: 3.2em} div.example {margin-left: 3.2em} kbd {font-style: oblique} pre.display {font-family: inherit} pre.format {font-family: inherit} pre.menu-comment {font-family: serif} pre.menu-preformatted {font-family: serif} span.nolinebreak {white-space: nowrap} span.roman {font-family: initial; font-weight: normal} span.sansserif {font-family: sans-serif; font-weight: normal} span:hover a.copiable-anchor {visibility: visible} ul.no-bullet {list-style: none} --> </style> </head> <body lang="en"> <div class="chapter" id="lastcomm"> <div class="header"> <p> Next: <a href="sa.html" accesskey="n" rel="next"><code>sa</code></a>, Previous: <a href="accton.html" accesskey="p" rel="prev"><code>accton</code></a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> <hr> <span id="lastcomm-1"></span><h2 class="chapter">3 <code>lastcomm</code></h2> <p><code>lastcomm</code> prints out information about previously executed commands. If no arguments are specified, <code>lastcomm</code> will print info about all of the commands in the <code>acct</code> file (the record file). If called with a command name, user name, or tty name, only records containing those items will be displayed. For example, to find out which users used command ‘<samp>a.out</samp>’ and which users were logged into ‘<samp>tty0</samp>’, type: </p> <p><code>lastcomm a.out tty0</code> </p> <p>This will print any entry for which ‘<samp>a.out</samp>’ or ‘<samp>tty0</samp>’ matches in any of the record’s fields (command, name, or tty). If you want to find only items that match ALL of the arguments on the command line, you must use the ’–strict-match’ option. For example, to list all of the executions of command ‘<samp>a.out</samp>’ by user ‘<samp>root</samp>’ on terminal ‘<samp>tty0</samp>’, type: </p> <p><code>lastcomm --strict-match a.out root tty0</code> </p> <p>The order of the arguments is not important. </p> <p>For each entry the following information is printed: </p> <ul> <li> command name of the process </li><li> flags, as recorded by the system accounting routines: <ul class="no-bullet"> <li>- <strong>S</strong> command executed by super-user </li><li>- <strong>F</strong> command executed after a fork but without a following exec </li><li>- <strong>C</strong> command run in PDP-11 compatibility mode (VAX only) </li><li>- <strong>D</strong> command terminated with the generation of a core file </li><li>- <strong>X</strong> command was terminated with the signal SIGTERM </li></ul> </li><li> the name of the user who ran the process </li><li> time the process started </li></ul> <ul class="section-toc"> <li><a href="#Flags-2" accesskey="1">Flags</a></li> </ul> <div class="section" id="Flags-2"> <h3 class="section">3.1 Flags</h3> <p>This program implements the features of regular u*x <code>lastcomm</code> with a few extra flags. When <code>lastcomm</code> is invoked without arguments, the output looks like this: </p><div class="example"> <pre class="example">nslookup jberman ttypb 0.03 secs Tue Feb 16 19:23 comsat root __ 0.03 secs Tue Feb 16 19:19 uptime ctilburg __ 0.11 secs Tue Feb 16 19:23 sh F ctilburg __ 0.02 secs Tue Feb 16 19:23 sleep ctilburg __ 0.02 secs Tue Feb 16 19:22 ls noel ttyp4 0.19 secs Tue Feb 16 19:23 </pre></div> <dl compact="compact"> <dt><span><code>--strict-match</code></span></dt> <dd><p>Print only entries that match <em>all</em> of the arguments on the command line. </p> </dd> <dt><span><code>--user <var>name</var></code></span></dt> <dd><p>List records for user with <var>name</var>. This is useful if you’re trying to match a username that happens to be the same as a command (e.g., <code>ed</code>). </p> </dd> <dt><span><code>--command <var>name</var></code></span></dt> <dd><p>List records for command <var>name</var>. </p> </dd> <dt><span><code>--tty <var>name</var></code></span></dt> <dd><p>List records for tty <var>name</var>. </p> </dd> <dt><span><code>-f <var>filename</var></code></span></dt> <dt><span><code>--file <var>filename</var></code></span></dt> <dd><p>Read from the file <var>filename</var> instead of the system’s <code>acct</code> file. </p> </dd> <dt><span><code>--ahz <var>hz</var></code></span></dt> <dd><p>Use this flag to tell the program what <code>AHZ</code> should be (in hertz). This option is useful if you are trying to view an <code>acct</code> file created on another machine which has the same byte order and file format as your current machine, but has a different value for <code>AHZ</code>. </p> </dd> <dt><span><code>-p</code></span></dt> <dt><span><code>--show-paging</code></span></dt> <dd><p>Print paging statistics </p> </dd> <dt><span><code>--debug</code></span></dt> <dd><p>Print verbose internal information. </p> </dd> <dt><span><code>--version</code></span></dt> <dd><p>Print <code>lastcomm</code>’s version number. </p> </dd> <dt><span><code>--help</code></span></dt> <dd><p>Print <code>lastcomm</code>’s usage string and default locations of system files to standard output. </p></dd> </dl> </div> </div> <hr> <div class="header"> <p> Next: <a href="sa.html"><code>sa</code></a>, Previous: <a href="accton.html"><code>accton</code></a>, Up: <a href="index.html">Top</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p> </div> </body> </html>
Close