<?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 sudo priviledges in red hat linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sudo-priviledges-in-red-hat-linux/m-p/4768931#M43995</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Which file is used to give specific sudo privileges to particular user?&lt;BR /&gt;&lt;BR /&gt;because when i do "sudo sh" on my system , i get extra privileges. which file i should look to get to know the concept of it&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rahul&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Mar 2011 09:48:33 GMT</pubDate>
    <dc:creator>Beginner_2</dc:creator>
    <dc:date>2011-03-23T09:48:33Z</dc:date>
    <item>
      <title>sudo priviledges in red hat linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sudo-priviledges-in-red-hat-linux/m-p/4768931#M43995</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Which file is used to give specific sudo privileges to particular user?&lt;BR /&gt;&lt;BR /&gt;because when i do "sudo sh" on my system , i get extra privileges. which file i should look to get to know the concept of it&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rahul&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Mar 2011 09:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sudo-priviledges-in-red-hat-linux/m-p/4768931#M43995</guid>
      <dc:creator>Beginner_2</dc:creator>
      <dc:date>2011-03-23T09:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: sudo priviledges in red hat linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sudo-priviledges-in-red-hat-linux/m-p/4768932#M43996</link>
      <description>When you run "sudo sh", it means you're running the "sh" using the identity and privileges of the root user.&lt;BR /&gt;&lt;BR /&gt;You could instead do "sudo -u someuser sh" to run "sh" as user "someuser". If you don't use the -u option to specify the user you want, sudo assumes you're trying to run the command as root.&lt;BR /&gt;&lt;BR /&gt;The sudo privileges are controlled by the sudoers file, typically located at /etc/sudoers in Linux. But you should never edit this file directly: you should use the "visudo" command instead.&lt;BR /&gt;&lt;BR /&gt;The "visudo" command uses your favorite text editor (specified using environment variable EDITOR or VISUAL), or the vi editor if no favorite has been specified. It will make a temporary copy of the real sudoers file and allow you to edit the copy. Once you exit the editor, visudo will check the edited copy for syntax correctness; the real sudoers file will be replaced with the edited version only if the syntax is correct.&lt;BR /&gt;&lt;BR /&gt;The "man" command can be used to get instructions about the use of each command and many configuration files; run "man sudo", "man sudoers" and "man visudo" to see information about sudo.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 23 Mar 2011 10:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sudo-priviledges-in-red-hat-linux/m-p/4768932#M43996</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-23T10:59:04Z</dc:date>
    </item>
  </channel>
</rss>

