<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to Keep track user activity in Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466939#M37674</link>
    <description>You could use "screen" to catch all user session. You can use auditd to audit the commands executed or file access.</description>
    <pubDate>Mon, 27 Jul 2009 16:28:22 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2009-07-27T16:28:22Z</dc:date>
    <item>
      <title>How to Keep track user activity in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466936#M37671</link>
      <description>Dear concern,&lt;BR /&gt;&lt;BR /&gt;Is there any way to keep track user activity in the command line? I have implemented this by adding following lines in the ".bash_profile" file:&lt;BR /&gt;&lt;BR /&gt;touch ~/Session/command_in_session_`date "+%y%m%d(%H:%M)"`&lt;BR /&gt;cat ~/.bash_history &amp;gt;&amp;gt; ~/Session/command_in_session_`date "+%y%m%d(%H:%M)"`&lt;BR /&gt;echo " " &amp;gt; ~/.bash_history&lt;BR /&gt;&lt;BR /&gt;But is there any way to implement user level Auditing in Linux from which we can tracking user activity??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Mon, 27 Jul 2009 02:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466936#M37671</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-07-27T02:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Keep track user activity in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466937#M37672</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Standard.&lt;BR /&gt;&lt;BR /&gt;Set variables HISTORY and HISTSIZE&lt;BR /&gt;&lt;BR /&gt;That creates keyboard logs.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://secureaudit.sourceforge.net/" target="_blank"&gt;http://secureaudit.sourceforge.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sans.org/score/checklists/AuditingLinux.doc" target="_blank"&gt;http://www.sans.org/score/checklists/AuditingLinux.doc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.com/archive/feature/114422" target="_blank"&gt;http://www.linux.com/archive/feature/114422&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 27 Jul 2009 08:30:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466937#M37672</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-07-27T08:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Keep track user activity in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466938#M37673</link>
      <description>I like ossec.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.ossec.net/" target="_blank"&gt;http://www.ossec.net/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;When setting things like this up you want to define what you are looking for. Logging all user activity is kind of pointless. Do you really want to know that they changed a directory? Probably not. Good luck!</description>
      <pubDate>Mon, 27 Jul 2009 14:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466938#M37673</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2009-07-27T14:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Keep track user activity in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466939#M37674</link>
      <description>You could use "screen" to catch all user session. You can use auditd to audit the commands executed or file access.</description>
      <pubDate>Mon, 27 Jul 2009 16:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466939#M37674</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-07-27T16:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Keep track user activity in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466940#M37675</link>
      <description>There's also sudosh.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sourceforge.net/projects/sudosh/" target="_blank"&gt;http://sourceforge.net/projects/sudosh/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Jul 2009 16:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466940#M37675</guid>
      <dc:creator>Victor Semaska_3</dc:creator>
      <dc:date>2009-07-27T16:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Keep track user activity in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466941#M37676</link>
      <description>Dear court &lt;BR /&gt;&lt;BR /&gt;I have already install HIDS server and Agent in my linux box. Can uou help me in detail what you have implemented in your production&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Tue, 28 Jul 2009 11:24:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466941#M37676</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-07-28T11:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Keep track user activity in Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466942#M37677</link>
      <description>check out Laus, it's included by default with RH, a guide can be found on the RH knowledge base;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://kbase.redhat.com/faq/docs/DOC-6613" target="_blank"&gt;http://kbase.redhat.com/faq/docs/DOC-6613&lt;/A&gt;</description>
      <pubDate>Mon, 03 Aug 2009 08:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-keep-track-user-activity-in-linux/m-p/4466942#M37677</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2009-08-03T08:16:19Z</dc:date>
    </item>
  </channel>
</rss>

