<?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 sudoers file for sudo in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346196#M344239</link>
    <description>HI &lt;BR /&gt;i would like to undestand what stand for below all Three ALL,&lt;BR /&gt;&lt;BR /&gt;root    ALL=(ALL) ALL&lt;BR /&gt;&lt;BR /&gt;i had seen this line in my sudoers file,&lt;BR /&gt;i know root = root user&lt;BR /&gt;&lt;BR /&gt;appriciate your reply on this, thanks,</description>
    <pubDate>Wed, 28 Jan 2009 07:44:49 GMT</pubDate>
    <dc:creator>avizen9</dc:creator>
    <dc:date>2009-01-28T07:44:49Z</dc:date>
    <item>
      <title>sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346196#M344239</link>
      <description>HI &lt;BR /&gt;i would like to undestand what stand for below all Three ALL,&lt;BR /&gt;&lt;BR /&gt;root    ALL=(ALL) ALL&lt;BR /&gt;&lt;BR /&gt;i had seen this line in my sudoers file,&lt;BR /&gt;i know root = root user&lt;BR /&gt;&lt;BR /&gt;appriciate your reply on this, thanks,</description>
      <pubDate>Wed, 28 Jan 2009 07:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346196#M344239</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-01-28T07:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346197#M344240</link>
      <description>See sudoers manual - &lt;A href="http://sudo.ws/sudo/man/sudoers.html" target="_blank"&gt;http://sudo.ws/sudo/man/sudoers.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are lots of examples.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Wed, 28 Jan 2009 07:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346197#M344240</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-01-28T07:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346198#M344241</link>
      <description>hi ivan&lt;BR /&gt;its still not clear to me, any other clue&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 08:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346198#M344241</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-01-28T08:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346199#M344242</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The manuals are quite good so I am not sure&lt;BR /&gt;what puzzles you.&lt;BR /&gt;&lt;BR /&gt;Anyway:&lt;BR /&gt;&lt;BR /&gt;root ALL=(ALL) ALL&lt;BR /&gt;&lt;BR /&gt;      1    2    3&lt;BR /&gt;&lt;BR /&gt;1 describes the server the sudo is allowed&lt;BR /&gt;to run execution on (in this case,&lt;BR /&gt;any server)&lt;BR /&gt;&lt;BR /&gt;2 describes as which user root is allowed to&lt;BR /&gt;run sudo commands (in this case, any user)&lt;BR /&gt;&lt;BR /&gt;3 describes which commands user root is allowed to execute (in this case, any command)&lt;BR /&gt;&lt;BR /&gt;So, user root is allowed to run all commands as all users on any host!&lt;BR /&gt;&lt;BR /&gt;Another example,&lt;BR /&gt;&lt;BR /&gt;myuser myhost = (oracle) /bin/ls&lt;BR /&gt;&lt;BR /&gt;User myuser is allowed to run /bin/ls&lt;BR /&gt;as user oracle on local server myhost...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Wed, 28 Jan 2009 08:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346199#M344242</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2009-01-28T08:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346200#M344243</link>
      <description>From the manual: &lt;BR /&gt;&lt;BR /&gt;Aliases&lt;BR /&gt;There are four kinds of aliases: User_Alias, Runas_Alias, Host_Alias and Cmnd_Alias.&lt;BR /&gt;&lt;BR /&gt;In your case: &lt;BR /&gt;&lt;BR /&gt;root ALL = (ALL) ALL &lt;BR /&gt;is &lt;BR /&gt;&lt;BR /&gt;User_Alias (root) Host_Alias (ALL) = Runas_Alial ((ALL)) Cmnd_Alias (ALL)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope its clear now.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 08:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346200#M344243</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-01-28T08:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346201#M344244</link>
      <description>&lt;!--!*#--&gt;Ahh, again the wrong formatting of lines in the Forum.&lt;BR /&gt;&lt;BR /&gt;Let's try again:&lt;BR /&gt;&lt;BR /&gt;root ALL=(ALL) ALL&lt;BR /&gt;      1    2    3&lt;BR /&gt;&lt;BR /&gt;The rest of the explanation is as in the&lt;BR /&gt;previous post.&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Wed, 28 Jan 2009 08:21:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346201#M344244</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2009-01-28T08:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346202#M344245</link>
      <description>its looks ok for me,&lt;BR /&gt;let me try with it will let you know if still having any confusion,&lt;BR /&gt;&lt;BR /&gt;thanks for your time :)</description>
      <pubDate>Wed, 28 Jan 2009 08:31:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346202#M344245</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-01-28T08:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346203#M344246</link>
      <description>Hi All,&lt;BR /&gt;Since we all talking about sudoer file, I have a question hopefuly you guys can help me out here.&lt;BR /&gt;In sudoer file i got a line is...&lt;BR /&gt;&lt;BR /&gt;fred = ALL (DB) NOPASSWD: ALL&lt;BR /&gt;&lt;BR /&gt;As far as i understand fred can run commands as oracle or sybase without a password, but where is fred define in sudoer file, how would sudoer file understand name "fred" outhere???&lt;BR /&gt;If you can help me out here i appricate your reply...Thanks</description>
      <pubDate>Thu, 21 Jan 2010 22:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346203#M344246</guid>
      <dc:creator>baong</dc:creator>
      <dc:date>2010-01-21T22:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346204#M344247</link>
      <description>I think fred is listed in /etc/passwd.&lt;BR /&gt;&lt;BR /&gt;man sudoers gives out a detailed description with numerous examples.</description>
      <pubDate>Thu, 21 Jan 2010 23:08:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346204#M344247</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2010-01-21T23:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346205#M344248</link>
      <description>Thanks for reply my question Avizen9. Another question please help me out here.&lt;BR /&gt;If i want to set user(DBA) act like a root, how do i setup in visudo file.&lt;BR /&gt;&lt;BR /&gt;dba-user  ALL = (ALL) ALL &lt;BR /&gt;&lt;BR /&gt;And which command do i should switching to sudo&lt;BR /&gt;# sudo dba-user  &lt;BR /&gt;&lt;BR /&gt;Please help me out here&lt;BR /&gt;Thanks ALL</description>
      <pubDate>Fri, 22 Jan 2010 14:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346205#M344248</guid>
      <dc:creator>baong</dc:creator>
      <dc:date>2010-01-22T14:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: sudoers file for sudo</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346206#M344249</link>
      <description>Hi baong &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Open a new thread this thread is one year old &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Sunny</description>
      <pubDate>Fri, 22 Jan 2010 14:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sudoers-file-for-sudo/m-p/4346206#M344249</guid>
      <dc:creator>Sunny123_1</dc:creator>
      <dc:date>2010-01-22T14:49:07Z</dc:date>
    </item>
  </channel>
</rss>

