<?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: Monitor commands executed from remote machine in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771971#M44067</link>
    <description>Hi Thomas,&lt;BR /&gt;Thanks for your response. &lt;BR /&gt;&lt;BR /&gt;I could see the login information from /var/log/secure file but could not see who deletes (through script, etc) the files which are under home directory. &lt;BR /&gt;Number of login/logout on this server is more than 10/min. &lt;BR /&gt;</description>
    <pubDate>Thu, 31 Mar 2011 12:36:53 GMT</pubDate>
    <dc:creator>Murugan07</dc:creator>
    <dc:date>2011-03-31T12:36:53Z</dc:date>
    <item>
      <title>Monitor commands executed from remote machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771967#M44063</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a linux machine with RHEL4 and I need to monitor commands which are executed from other machines. How can I achieve this?&lt;BR /&gt;&lt;BR /&gt;Is it ok to configure syslog for this?&lt;BR /&gt;&lt;BR /&gt;Thank you,</description>
      <pubDate>Wed, 30 Mar 2011 20:15:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771967#M44063</guid>
      <dc:creator>Murugan07</dc:creator>
      <dc:date>2011-03-30T20:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor commands executed from remote machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771968#M44064</link>
      <description>It depends HOW the commands are executed remotely.&lt;BR /&gt;&lt;BR /&gt;As you likely know -- there are MANY ways commands can be issued remotely and "monitoring" each will depend on the HOW.&lt;BR /&gt;&lt;BR /&gt;And the methods are as follows as far as I can remember:&lt;BR /&gt;&lt;BR /&gt;ssh&lt;BR /&gt;rexec&lt;BR /&gt;remsh&lt;BR /&gt;rsh&lt;BR /&gt;sockets (inetd/services model)&lt;BR /&gt;telnet&lt;BR /&gt;job control via - Maestro, Autosys, CTRL-M, etc.&lt;BR /&gt;&lt;BR /&gt;Cheers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2011 01:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771968#M44064</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-03-31T01:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor commands executed from remote machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771969#M44065</link>
      <description>Here in my case, I am sure other systems are using either ssh or remsh. &lt;BR /&gt;We had a bad script which deletes files from home directory instead of home/archive. The smae has been corrected now. Still I get cases like files getting deleted from home directory and I feel that script is run from some other machine as we had pushed this script to numerous machines. &lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2011 02:01:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771969#M44065</guid>
      <dc:creator>Murugan07</dc:creator>
      <dc:date>2011-03-31T02:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor commands executed from remote machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771970#M44066</link>
      <description>Check the /var/log/secure file. if it's a remote connection, it will show up as a login in that file.</description>
      <pubDate>Thu, 31 Mar 2011 11:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771970#M44066</guid>
      <dc:creator>Thomas Callahan</dc:creator>
      <dc:date>2011-03-31T11:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor commands executed from remote machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771971#M44067</link>
      <description>Hi Thomas,&lt;BR /&gt;Thanks for your response. &lt;BR /&gt;&lt;BR /&gt;I could see the login information from /var/log/secure file but could not see who deletes (through script, etc) the files which are under home directory. &lt;BR /&gt;Number of login/logout on this server is more than 10/min. &lt;BR /&gt;</description>
      <pubDate>Thu, 31 Mar 2011 12:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771971#M44067</guid>
      <dc:creator>Murugan07</dc:creator>
      <dc:date>2011-03-31T12:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor commands executed from remote machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771972#M44068</link>
      <description>The permission of the files/dirs might give you a clue who could delete it, i suppose not everyone has access to those files. filter those users from /var/log/secure and you'll get closer to the solution.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2011 08:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771972#M44068</guid>
      <dc:creator>Viktor Balogh</dc:creator>
      <dc:date>2011-04-07T08:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor commands executed from remote machine</title>
      <link>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771973#M44069</link>
      <description>You can use Linux audit to identify who and how is deleting your files.&lt;BR /&gt;&lt;BR /&gt;A quick howto here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/linux-audit-files-to-see-who-made-changes-to-a-file.html" target="_blank"&gt;http://www.cyberciti.biz/tips/linux-audit-files-to-see-who-made-changes-to-a-file.html&lt;/A&gt;</description>
      <pubDate>Thu, 07 Apr 2011 12:24:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/monitor-commands-executed-from-remote-machine/m-p/4771973#M44069</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2011-04-07T12:24:18Z</dc:date>
    </item>
  </channel>
</rss>

