<?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: Script owner in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974141#M102110</link>
    <description>Thank you</description>
    <pubDate>Tue, 18 Apr 2006 10:45:38 GMT</pubDate>
    <dc:creator>Unix or Linux?</dc:creator>
    <dc:date>2006-04-18T10:45:38Z</dc:date>
    <item>
      <title>Script owner</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974138#M102107</link>
      <description>How can I find the user name of the person who is executing a particular script.&lt;BR /&gt;&lt;BR /&gt;For example: who is executing Script1</description>
      <pubDate>Tue, 18 Apr 2006 10:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974138#M102107</guid>
      <dc:creator>Unix or Linux?</dc:creator>
      <dc:date>2006-04-18T10:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script owner</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974139#M102108</link>
      <description>ps -ef | grep "Script1"</description>
      <pubDate>Tue, 18 Apr 2006 10:37:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974139#M102108</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-04-18T10:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Script owner</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974140#M102109</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the script is being currently executed then &lt;BR /&gt;1. you can do a ps -eaf | grep script1&lt;BR /&gt;   This would show you teh person executing&lt;BR /&gt;2. If you know thw full pathname of the script you can also do&lt;BR /&gt;   fuser -u /path/script1&lt;BR /&gt;   This will show which users have opened the file for use.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Tue, 18 Apr 2006 10:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974140#M102109</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-04-18T10:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Script owner</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974141#M102110</link>
      <description>Thank you</description>
      <pubDate>Tue, 18 Apr 2006 10:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974141#M102110</guid>
      <dc:creator>Unix or Linux?</dc:creator>
      <dc:date>2006-04-18T10:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script owner</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974142#M102111</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you happen to be able to look at the process list at the time the script is executing, then you could determine "who".&lt;BR /&gt;&lt;BR /&gt;# UNIX95= ps -fC yourscript&lt;BR /&gt;&lt;BR /&gt;If you want, you could add code to your script to log the user who runs it.  SOmething as simple as:&lt;BR /&gt;&lt;BR /&gt;# echo "`date` via `id`" &amp;gt;&amp;gt; $HOME/mytrace&lt;BR /&gt;&lt;BR /&gt;Otherwise, you would be forced to enable full system auditing.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 18 Apr 2006 10:46:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974142#M102111</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-18T10:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Script owner</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974143#M102112</link>
      <description>Thank you</description>
      <pubDate>Tue, 18 Apr 2006 11:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-owner/m-p/4974143#M102112</guid>
      <dc:creator>Unix or Linux?</dc:creator>
      <dc:date>2006-04-18T11:10:09Z</dc:date>
    </item>
  </channel>
</rss>

