<?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: calling script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716813#M947629</link>
    <description>HI&lt;BR /&gt;You can get sudo at following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.2b1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.2b1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant Deshpande.</description>
    <pubDate>Fri, 03 May 2002 17:39:51 GMT</pubDate>
    <dc:creator>Deshpande Prashant</dc:creator>
    <dc:date>2002-05-03T17:39:51Z</dc:date>
    <item>
      <title>calling script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716808#M947624</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Suppose, I have one script that is running as user which needs to call another script that must be run as a root.&lt;BR /&gt;Is there a way to do it? Set the Sticky bit???&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Fri, 03 May 2002 17:19:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716808#M947624</guid>
      <dc:creator>andi_1</dc:creator>
      <dc:date>2002-05-03T17:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: calling script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716809#M947625</link>
      <description>You can set the setuid bit (4000 octal) to do this and the script must be owned by root.&lt;BR /&gt;&lt;BR /&gt;chmod 4750 my.sh&lt;BR /&gt;&lt;BR /&gt;However, this is a glaring security hole. A better answer is to use sudo or a C wrapper setuid program.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 May 2002 17:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716809#M947625</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-05-03T17:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: calling script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716810#M947626</link>
      <description>use "sudo" in your script</description>
      <pubDate>Fri, 03 May 2002 17:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716810#M947626</guid>
      <dc:creator>Hemant</dc:creator>
      <dc:date>2002-05-03T17:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: calling script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716811#M947627</link>
      <description>Thanks guys,&lt;BR /&gt;&lt;BR /&gt;But I don't have sudo command on my system?&lt;BR /&gt;&lt;BR /&gt;Is it a 3rd party software?</description>
      <pubDate>Fri, 03 May 2002 17:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716811#M947627</guid>
      <dc:creator>andi_1</dc:creator>
      <dc:date>2002-05-03T17:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: calling script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716812#M947628</link>
      <description>sudo or a super.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Fri, 03 May 2002 17:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716812#M947628</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-05-03T17:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: calling script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716813#M947629</link>
      <description>HI&lt;BR /&gt;You can get sudo at following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.2b1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.2b1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant Deshpande.</description>
      <pubDate>Fri, 03 May 2002 17:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716813#M947629</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-05-03T17:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: calling script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716814#M947630</link>
      <description>You can find super here&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu" target="_blank"&gt;http://hpux.cs.utah.edu&lt;/A&gt;&lt;BR /&gt;and search for super&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/super-3.9.7/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/super-3.9.7/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Fri, 03 May 2002 19:55:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/calling-script/m-p/2716814#M947630</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2002-05-03T19:55:04Z</dc:date>
    </item>
  </channel>
</rss>

