<?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 Wnat to record all the activitys done by any user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737850#M255657</link>
    <description>I want to record all the activities done by any user on UNIX. Kindly send the the script to perform this action. I want to record all the commands and their output.</description>
    <pubDate>Thu, 23 Feb 2006 04:11:51 GMT</pubDate>
    <dc:creator>FOIS CRIS</dc:creator>
    <dc:date>2006-02-23T04:11:51Z</dc:date>
    <item>
      <title>Wnat to record all the activitys done by any user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737850#M255657</link>
      <description>I want to record all the activities done by any user on UNIX. Kindly send the the script to perform this action. I want to record all the commands and their output.</description>
      <pubDate>Thu, 23 Feb 2006 04:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737850#M255657</guid>
      <dc:creator>FOIS CRIS</dc:creator>
      <dc:date>2006-02-23T04:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Wnat to record all the activitys done by any user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737851#M255658</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You need to export HISTFILE in user's .profile. Just like, &lt;BR /&gt;&lt;BR /&gt;export HISTFILE=$HOME/.sh_history. &lt;BR /&gt;&lt;BR /&gt;It should be enough., &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 23 Feb 2006 04:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737851#M255658</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T04:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Wnat to record all the activitys done by any user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737852#M255659</link>
      <description>Hi fois,&lt;BR /&gt;&lt;BR /&gt;      Collecting the commands issued might be wise but not its output, as the log can grow too huge.&lt;BR /&gt;&lt;BR /&gt;       So if indeed u are bent upon capturing the output aswell, make sure u include the following line at the end of .profile file in all home directories,&lt;BR /&gt;&lt;BR /&gt;      script -a /var/collect/${LOGNAME}_collect&lt;BR /&gt;&lt;BR /&gt;       Then u need to write the script to purge the files in /var/collect/ directory and archive it, as it could be really huge.&lt;BR /&gt;&lt;BR /&gt;       /var/collect was just a example used here.&lt;BR /&gt;&lt;BR /&gt;        One problem is the users could simply delete the last entry in .profile if they find that they are being spied, better u could make .profile readonly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        A enterprise soultion is available , called CA's autosecure or e-trust, but again it only logs commands used not its output. It is a advanced counter part of central user administration like nis.&lt;BR /&gt;&lt;BR /&gt;anyway, and offbeat implementaion should work , without spilling much of dollors..&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;senthil.&lt;BR /&gt;&lt;BR /&gt;P.S: please wait for others aswell to respond.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 04:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737852#M255659</guid>
      <dc:creator>Senthil Kumar .A_1</dc:creator>
      <dc:date>2006-02-23T04:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wnat to record all the activitys done by any user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737853#M255660</link>
      <description>If you want to track only the command you can have the history file.&lt;BR /&gt;&lt;BR /&gt;If you want the output also then you can use the "script" command.&lt;BR /&gt;This will redirect everything to the file you give.</description>
      <pubDate>Thu, 23 Feb 2006 04:31:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737853#M255660</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2006-02-23T04:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Wnat to record all the activitys done by any user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737854#M255661</link>
      <description>Few ways:&lt;BR /&gt;&lt;BR /&gt;1) Enabling History:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In /etc/profile file as,&lt;BR /&gt;&lt;BR /&gt;export HISTFILE=$HOME/.profile_${USERNAME}&lt;BR /&gt;export HISTSIZE=2500&lt;BR /&gt;&lt;BR /&gt;and save it. You can check the history based on the user name. &lt;BR /&gt;&lt;BR /&gt;More better create a separate directory for history and change the location of HISTFILE to this directory say (history) instead of their HOME directory.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Feb 2006 04:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737854#M255661</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T04:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Wnat to record all the activitys done by any user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737855#M255662</link>
      <description>More ways as,&lt;BR /&gt;&lt;BR /&gt;in /etc/profile,&lt;BR /&gt;&lt;BR /&gt;start a script file in append mode as,&lt;BR /&gt;&lt;BR /&gt;script -a /history/histfile_${USERNAME}&lt;BR /&gt;&lt;BR /&gt;Note: Create a history file and give enough permission to all users to log the informations into /history directory.&lt;BR /&gt;&lt;BR /&gt;Another way,&lt;BR /&gt;&lt;BR /&gt;to convert your system to trusted mode to log all the things. (Auditing)&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Thu, 23 Feb 2006 04:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737855#M255662</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-23T04:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wnat to record all the activitys done by any user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737856#M255663</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Check these threads, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=14568" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=14568&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=127593" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=127593&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 23 Feb 2006 04:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737856#M255663</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-23T04:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Wnat to record all the activitys done by any user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737857#M255664</link>
      <description>hi,&lt;BR /&gt;also have a look at tripwire.&lt;BR /&gt;&lt;BR /&gt;see also: &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=876110" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=876110&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Thu, 23 Feb 2006 06:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/wnat-to-record-all-the-activitys-done-by-any-user/m-p/3737857#M255664</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-02-23T06:03:24Z</dc:date>
    </item>
  </channel>
</rss>

