<?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: Check when a script has been executed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332805#M734823</link>
    <description>Do not activate it yet. First become very familiar with it because there are other restrictions and caveats that come with the trusted system.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-3387/apas01.html?jumpid=reg_R1002_USEN" target="_blank"&gt;http://docs.hp.com/en/5992-3387/apas01.html?jumpid=reg_R1002_USEN&lt;/A&gt;</description>
    <pubDate>Wed, 07 Jan 2009 00:31:42 GMT</pubDate>
    <dc:creator>TTr</dc:creator>
    <dc:date>2009-01-07T00:31:42Z</dc:date>
    <item>
      <title>Check when a script has been executed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332801#M734819</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I was using HIDS but it looks that it doesn't have an option to check if somebody executed a shell script, please help me if somebody know how to track if any user executed a shell script, if HIDS do that or if other application do that!&lt;BR /&gt;&lt;BR /&gt;By the way, the OS is HP-UX 11.23...&lt;BR /&gt;&lt;BR /&gt;ThanX!</description>
      <pubDate>Tue, 06 Jan 2009 20:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332801#M734819</guid>
      <dc:creator>CharliePuyol</dc:creator>
      <dc:date>2009-01-06T20:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Check when a script has been executed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332802#M734820</link>
      <description>The formal way to do what you are asking is to convert your server to a "trusted system" and do user auditing. trusted system is more challenging to manage and uses some cpu and disk resources. Without trusted system you can check the user's command history file (default is ~/.sh_history for posix shell users) to see if they typed the shell script name. This is not however a definite check, smart users can purge their command history so that you will not see the command in there.</description>
      <pubDate>Tue, 06 Jan 2009 20:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332802#M734820</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-01-06T20:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Check when a script has been executed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332803#M734821</link>
      <description>Hi Charlie:&lt;BR /&gt;&lt;BR /&gt;One essential problem with tracking the execution of shell scripts is that a shell script must be *readable* to be interpreted and therefore executed.  This doesn't apply to the root user, of course, but does mean that you need to differentiate between merely reading a script and actually executing it.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 06 Jan 2009 20:55:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332803#M734821</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-01-06T20:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Check when a script has been executed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332804#M734822</link>
      <description>Sorry for this question but I'm not really familiarized with trusted systems how can i activate via sam?</description>
      <pubDate>Tue, 06 Jan 2009 21:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332804#M734822</guid>
      <dc:creator>CharliePuyol</dc:creator>
      <dc:date>2009-01-06T21:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Check when a script has been executed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332805#M734823</link>
      <description>Do not activate it yet. First become very familiar with it because there are other restrictions and caveats that come with the trusted system.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-3387/apas01.html?jumpid=reg_R1002_USEN" target="_blank"&gt;http://docs.hp.com/en/5992-3387/apas01.html?jumpid=reg_R1002_USEN&lt;/A&gt;</description>
      <pubDate>Wed, 07 Jan 2009 00:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332805#M734823</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-01-07T00:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Check when a script has been executed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332806#M734824</link>
      <description>&amp;gt;if somebody know how to track if any user executed a shell script&lt;BR /&gt;&lt;BR /&gt;You can of course change the script to log who used it and when and the parms.</description>
      <pubDate>Wed, 07 Jan 2009 01:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-when-a-script-has-been-executed/m-p/4332806#M734824</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-07T01:32:34Z</dc:date>
    </item>
  </channel>
</rss>

