<?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: RHEL 5.3 and executable files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677092#M41916</link>
    <description>"Problem" seems to be bound to the user profile. (root)</description>
    <pubDate>Thu, 19 Aug 2010 16:12:32 GMT</pubDate>
    <dc:creator>wobbe</dc:creator>
    <dc:date>2010-08-19T16:12:32Z</dc:date>
    <item>
      <title>RHEL 5.3 and executable files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677087#M41911</link>
      <description>I've got two scripts with the same access rights and in the same folder.&lt;BR /&gt;On script I can start by just entering it's name but the other only starts when I put ./ infront of it's name.&lt;BR /&gt;What going on here?</description>
      <pubDate>Thu, 19 Aug 2010 11:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677087#M41911</guid>
      <dc:creator>wobbe</dc:creator>
      <dc:date>2010-08-19T11:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL 5.3 and executable files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677088#M41912</link>
      <description>For the script that runs with out the ./ are you sure you are executing that script from the directory are in or is another copy of it being executed that is in your PATH?</description>
      <pubDate>Thu, 19 Aug 2010 12:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677088#M41912</guid>
      <dc:creator>Larry Klasmier</dc:creator>
      <dc:date>2010-08-19T12:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL 5.3 and executable files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677089#M41913</link>
      <description>I need to be in the folder that holds the scripts to start them. So no other version is started.</description>
      <pubDate>Thu, 19 Aug 2010 13:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677089#M41913</guid>
      <dc:creator>wobbe</dc:creator>
      <dc:date>2010-08-19T13:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL 5.3 and executable files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677090#M41914</link>
      <description>&lt;!--!*#--&gt;a) Might be a alias&lt;BR /&gt;  alias | grep &amp;lt;script-that-needs-no-./&amp;gt;&lt;BR /&gt;b) or as Larry said the script is also in your $PATH&lt;BR /&gt;  which &amp;lt;script-that-needs-no-./&amp;gt;</description>
      <pubDate>Thu, 19 Aug 2010 15:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677090#M41914</guid>
      <dc:creator>Michael Leu</dc:creator>
      <dc:date>2010-08-19T15:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL 5.3 and executable files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677091#M41915</link>
      <description>It's not an alias.&lt;BR /&gt;It's not in my path. &lt;BR /&gt;(Can't start the script from another folder)</description>
      <pubDate>Thu, 19 Aug 2010 16:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677091#M41915</guid>
      <dc:creator>wobbe</dc:creator>
      <dc:date>2010-08-19T16:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL 5.3 and executable files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677092#M41916</link>
      <description>"Problem" seems to be bound to the user profile. (root)</description>
      <pubDate>Thu, 19 Aug 2010 16:12:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677092#M41916</guid>
      <dc:creator>wobbe</dc:creator>
      <dc:date>2010-08-19T16:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL 5.3 and executable files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677093#M41917</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I've got two scripts with the same access&lt;BR /&gt;&amp;gt; rights and in the same folder.&lt;BR /&gt;&lt;BR /&gt;As usual, showing actual commands (like, say&lt;BR /&gt;"ls -l") with their actual output can be more&lt;BR /&gt;helpful than vague descriptions or&lt;BR /&gt;interpretations.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; On script I can start by just entering it's&lt;BR /&gt;&amp;gt; name but the other only starts when I&lt;BR /&gt;&amp;gt; put ./ infront of it's name.&lt;BR /&gt;&lt;BR /&gt;What, exactly, does "not start" mean to you?&lt;BR /&gt;As usual, showing actual commands with their&lt;BR /&gt;actual output can be more helpful than vague&lt;BR /&gt;descriptions or interpretations.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What going on here?&lt;BR /&gt;&lt;BR /&gt;You tell us?  With my weak psychic powers, I&lt;BR /&gt;can't tell what you're doing, nor what&lt;BR /&gt;happened when you did it, so it's not easy to&lt;BR /&gt;guess why.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; It's not an alias.&lt;BR /&gt;&amp;gt; It's not in my path.&lt;BR /&gt;&lt;BR /&gt;Which "it" is this?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; (Can't start the script from another folder)&lt;BR /&gt;&lt;BR /&gt;What, exactly, happens when you do what,&lt;BR /&gt;exactly?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; "Problem" seems to be bound to the user&lt;BR /&gt;&amp;gt; profile. (root)&lt;BR /&gt;&lt;BR /&gt;And what, exactly, led you to that&lt;BR /&gt;conclusion?  Or should we be able to guess?</description>
      <pubDate>Thu, 19 Aug 2010 16:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel-5-3-and-executable-files/m-p/4677093#M41917</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-19T16:50:20Z</dc:date>
    </item>
  </channel>
</rss>

