<?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: Quick question on an execute permission in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574917#M858172</link>
    <description>I am going to ask what seems a silly question here:&lt;BR /&gt;what model system are you running this on?&lt;BR /&gt;If the machine is NOT a PARISC 2.0 machine, you will get this error. i.e. the executable was compiled on a PARISC2.0 system, but you are trying to run it on a PARISC1.x system.&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Sep 2001 19:47:41 GMT</pubDate>
    <dc:creator>melvyn burnard</dc:creator>
    <dc:date>2001-09-04T19:47:41Z</dc:date>
    <item>
      <title>Quick question on an execute permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574911#M858166</link>
      <description>Hi - I'm having a real problem making a particular file execute, not seen anything quite like it. Any ideas.&lt;BR /&gt;&lt;BR /&gt;bmhp47:/bv6/opt/bv1to1/bin # ll xbvconf&lt;BR /&gt;-rwxr-xr-x   1 root       bin         897480 Jun 21 04:06 xbvconf&lt;BR /&gt;bmhp47:/bv6/opt/bv1to1/bin # ./xbvconf&lt;BR /&gt;sh: ./xbvconf: Execute permission denied.&lt;BR /&gt;bmhp47:/bv6/opt/bv1to1/bin # file xbvconf&lt;BR /&gt;xbvconf:        PA-RISC2.0 shared executable dynamically linked -not stripped&lt;BR /&gt;bmhp47:/bv6/opt/bv1to1/bin #&lt;BR /&gt;&lt;BR /&gt;I'm a bit lost as to why it would do this?&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;Phil C</description>
      <pubDate>Tue, 04 Sep 2001 16:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574911#M858166</guid>
      <dc:creator>phil cook</dc:creator>
      <dc:date>2001-09-04T16:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question on an execute permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574912#M858167</link>
      <description>Certain permissions are hardcoded in the code itself. So even if you have the permissions explicitly set on the file, you can't really execute it.&lt;BR /&gt;&lt;BR /&gt;For ex.,/sbin/umount. Everyone has x permission on it but only root can execute it.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 04 Sep 2001 16:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574912#M858167</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-04T16:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question on an execute permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574913#M858168</link>
      <description>But I'm trying to run this command as root?</description>
      <pubDate>Tue, 04 Sep 2001 16:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574913#M858168</guid>
      <dc:creator>phil cook</dc:creator>
      <dc:date>2001-09-04T16:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question on an execute permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574914#M858169</link>
      <description>May be root is not supposed to run this file?.. What is this software?. Do you have&lt;BR /&gt;any security softwares like SEOS, ETrust installed on your system?.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 04 Sep 2001 16:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574914#M858169</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-04T16:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question on an execute permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574915#M858170</link>
      <description>This is BroadVision I'm afraid. I see what you mean though, perhaps I should try to run from one of the application users.</description>
      <pubDate>Tue, 04 Sep 2001 16:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574915#M858170</guid>
      <dc:creator>phil cook</dc:creator>
      <dc:date>2001-09-04T16:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question on an execute permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574916#M858171</link>
      <description>Hi Phil,&lt;BR /&gt;&lt;BR /&gt;Not sure whats the application you are trying to run, but what Sri is trying to tell is sometimes even if you give the right permissions to a file, especially in the cases of executables, you may have conditions wherein you are preventing certain users to execute the command.&lt;BR /&gt;&lt;BR /&gt;For example /usr/sbin/umount&lt;BR /&gt;even if you have the permissions as 755, when a normal user executes "/usr/sbin/umount /opt" it fails because the executable is doing an internal checking preventing the user from unmountinga filesystem.&lt;BR /&gt;&lt;BR /&gt;In some other cases there may be executables which are called from within other executables and cannot be run by themselves.&lt;BR /&gt;&lt;BR /&gt;In your case maybe the root isn't allowed to run this executable. &lt;BR /&gt;&lt;BR /&gt;what is the application? did you try executing it as a regular user?&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Tue, 04 Sep 2001 16:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574916#M858171</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-09-04T16:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question on an execute permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574917#M858172</link>
      <description>I am going to ask what seems a silly question here:&lt;BR /&gt;what model system are you running this on?&lt;BR /&gt;If the machine is NOT a PARISC 2.0 machine, you will get this error. i.e. the executable was compiled on a PARISC2.0 system, but you are trying to run it on a PARISC1.x system.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Sep 2001 19:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574917#M858172</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-09-04T19:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question on an execute permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574918#M858173</link>
      <description>Hi Phil!&lt;BR /&gt;   &lt;BR /&gt;   As the file command output says it is dynamically linked. So, how did you install this software. Did you installed it or copied it. My guess is this xbvconf file is trying to look for one the library file for which there is no permission and on to the screen it just reporting the execute permission denied for xbvconf instead of reporting that it doesn't have execute permission for the library which it is trying to use.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Madhu</description>
      <pubDate>Tue, 04 Sep 2001 19:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574918#M858173</guid>
      <dc:creator>Madhu Sudhan_1</dc:creator>
      <dc:date>2001-09-04T19:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Quick question on an execute permission</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574919#M858174</link>
      <description>Thanks everyone for your help. The problem here is that this application software has been compiled for a PA RISC 2.0 processor, &amp;amp; we're trying to run it on a A class. We'll have to source another install set from the software supplier.&lt;BR /&gt;&lt;BR /&gt;Many thanks</description>
      <pubDate>Wed, 05 Sep 2001 08:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quick-question-on-an-execute-permission/m-p/2574919#M858174</guid>
      <dc:creator>phil cook</dc:creator>
      <dc:date>2001-09-05T08:45:03Z</dc:date>
    </item>
  </channel>
</rss>

