<?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: Monitoring Users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752700#M70622</link>
    <description>Jose,&lt;BR /&gt;&lt;BR /&gt;The only other command I can think of is fc.  For instance, you could su to a user's acct and do an fc -l and that would show you the commands that user has executed.  Or you could set your system as a trusted system and audit certain users and functions.</description>
    <pubDate>Wed, 26 Jun 2002 16:25:00 GMT</pubDate>
    <dc:creator>Tony Romero</dc:creator>
    <dc:date>2002-06-26T16:25:00Z</dc:date>
    <item>
      <title>Monitoring Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752699#M70621</link>
      <description>Thank's everybody for your help. I did know about .history file, but is there some smarter application with dates, time and user command?&lt;BR /&gt;Thank's</description>
      <pubDate>Wed, 26 Jun 2002 16:11:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752699#M70621</guid>
      <dc:creator>Jose Luis</dc:creator>
      <dc:date>2002-06-26T16:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752700#M70622</link>
      <description>Jose,&lt;BR /&gt;&lt;BR /&gt;The only other command I can think of is fc.  For instance, you could su to a user's acct and do an fc -l and that would show you the commands that user has executed.  Or you could set your system as a trusted system and audit certain users and functions.</description>
      <pubDate>Wed, 26 Jun 2002 16:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752700#M70622</guid>
      <dc:creator>Tony Romero</dc:creator>
      <dc:date>2002-06-26T16:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752701#M70623</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; If you want to monitor only some special accounts (like root) you can install sudo software on your system. Don't give the password of the special accounts to any one. But configure the sudoer file to give require access to them when they use sudo.&lt;BR /&gt;&lt;BR /&gt;  When they use sudo to run the commands it will keep all the records (including time, date, action... etc).&lt;BR /&gt;&lt;BR /&gt;  Else turn on the auditing..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jun 2002 16:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752701#M70623</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-26T16:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752702#M70624</link>
      <description>The thing about monitoring commands is that command names can be changed, so don't think of that as truly exact accounting. Anyway you can monitor commands with system accounting, started in /sbin/init.d/acct (read up on it first), and monitor system calls with trusted computing base acccounting.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Wed, 26 Jun 2002 16:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752702#M70624</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-06-26T16:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752703#M70625</link>
      <description>If you are not using account at this time, make sure you read up on it before you start it up. If you are not careful, you can easily fill up the file system where the log file resides.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 26 Jun 2002 16:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752703#M70625</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-06-26T16:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752704#M70626</link>
      <description>Hi Jose&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It depends on waht level you plan to caputer the details ,&lt;BR /&gt;&lt;BR /&gt;1. Like for loggin in we have no direct logins to roo and oracle and apps annd people ahve to log in as theire users and then su to the users , hence we caputer logs like that.&lt;BR /&gt;&lt;BR /&gt;2.ofcouse as you say .sh_history.&lt;BR /&gt;&lt;BR /&gt;3. You can enable process accounting , and this will create huge log files as to which use ran which command from waht terminal a detailed information can be got from this .&lt;BR /&gt;&lt;BR /&gt;You ca do a man acct , and the  commnad is /usr/sbin/acct/acctcom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jun 2002 17:02:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/monitoring-users/m-p/2752704#M70626</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-26T17:02:09Z</dc:date>
    </item>
  </channel>
</rss>

