<?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: Execute some command of root user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731560#M386497</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can give me more details.&lt;BR /&gt;where i can downlod this tools SUDO and RBAC (for HP-UX 11.23. 11.11), and How i can use it ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 29 Dec 2010 09:50:01 GMT</pubDate>
    <dc:creator>Mousa55</dc:creator>
    <dc:date>2010-12-29T09:50:01Z</dc:date>
    <item>
      <title>Execute some command of root user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731558#M386495</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;How to give normal user (such as applmgr) on HP-UX to execute some command of root user without change the GID to be identical with root GID ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 29 Dec 2010 08:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731558#M386495</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2010-12-29T08:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Execute some command of root user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731559#M386496</link>
      <description>Hi,&lt;BR /&gt;You can do it with SUDO and RBAC (Role Based Access Control)utility in HPUX.</description>
      <pubDate>Wed, 29 Dec 2010 09:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731559#M386496</guid>
      <dc:creator>sarfaraj ahmad</dc:creator>
      <dc:date>2010-12-29T09:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Execute some command of root user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731560#M386497</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can give me more details.&lt;BR /&gt;where i can downlod this tools SUDO and RBAC (for HP-UX 11.23. 11.11), and How i can use it ?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 29 Dec 2010 09:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731560#M386497</guid>
      <dc:creator>Mousa55</dc:creator>
      <dc:date>2010-12-29T09:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Execute some command of root user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731561#M386498</link>
      <description>Hi Nejad,&lt;BR /&gt;&lt;BR /&gt;you can go through the below pdf for the configuration of RBAC in detail,&lt;BR /&gt;&lt;BR /&gt;h20338.www2.hp.com/hpux11i/downloads/hpux11i_rbac.pdf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and you can download SUDO package from below link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/cgi-bin/search?package=on&amp;amp;description=on&amp;amp;term=sudo" target="_blank"&gt;http://hpux.connect.org.uk/hppd/cgi-bin/search?package=on&amp;amp;description=on&amp;amp;term=sudo&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Dec 2010 10:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731561#M386498</guid>
      <dc:creator>sarfaraj ahmad</dc:creator>
      <dc:date>2010-12-29T10:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Execute some command of root user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731562#M386499</link>
      <description>you can follow below steps to configure SUDO,&lt;BR /&gt;&lt;BR /&gt;Once you install it. use visudo command to edit /etc/sudoers file.&lt;BR /&gt;Sample of that file&lt;BR /&gt;&lt;BR /&gt;# User alias specification&lt;BR /&gt;User_Alias OPERATOR = sachin, petec, backup&lt;BR /&gt;&lt;BR /&gt;# Cmnd alias specification&lt;BR /&gt;Cmnd_Alias DUMP = /usr/local/etc/cluster_backitup&lt;BR /&gt;&lt;BR /&gt;# User privilege specification&lt;BR /&gt;root ALL=(ALL) ALL&lt;BR /&gt;OPERATOR ALL = DUMP&lt;BR /&gt;Note: Upercase is necessary.&lt;BR /&gt;&lt;BR /&gt;sudo -l to see what is available for user.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;please go through the below thread for SUDO configuration detail which will help you in this regard,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=102058&amp;amp;admit=109447626+1293617541735+28353475" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=102058&amp;amp;admit=109447626+1293617541735+28353475&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best of Luck</description>
      <pubDate>Wed, 29 Dec 2010 10:22:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731562#M386499</guid>
      <dc:creator>sarfaraj ahmad</dc:creator>
      <dc:date>2010-12-29T10:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Execute some command of root user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731563#M386500</link>
      <description>&amp;gt;without change the GID to be identical with root GID?&lt;BR /&gt;&lt;BR /&gt;If you change your UID to be root, you are likely to change your GID to match too.</description>
      <pubDate>Wed, 29 Dec 2010 12:30:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/execute-some-command-of-root-user/m-p/4731563#M386500</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-29T12:30:50Z</dc:date>
    </item>
  </channel>
</rss>

