<?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 regarding elevating privilages in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/regarding-elevating-privilages/m-p/4119459#M63333</link>
    <description>&lt;BR /&gt; Hi all,&lt;BR /&gt; &lt;BR /&gt; while going through the  linux basics syllabus i came across a topic called " ELEVATING YOUR PRIVILAGES" what this exactly means? and how we can elevate privilages?&lt;BR /&gt;can someone help me in this regard?</description>
    <pubDate>Thu, 20 Dec 2007 11:18:46 GMT</pubDate>
    <dc:creator>madhusudan_1</dc:creator>
    <dc:date>2007-12-20T11:18:46Z</dc:date>
    <item>
      <title>regarding elevating privilages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-elevating-privilages/m-p/4119459#M63333</link>
      <description>&lt;BR /&gt; Hi all,&lt;BR /&gt; &lt;BR /&gt; while going through the  linux basics syllabus i came across a topic called " ELEVATING YOUR PRIVILAGES" what this exactly means? and how we can elevate privilages?&lt;BR /&gt;can someone help me in this regard?</description>
      <pubDate>Thu, 20 Dec 2007 11:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-elevating-privilages/m-p/4119459#M63333</guid>
      <dc:creator>madhusudan_1</dc:creator>
      <dc:date>2007-12-20T11:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: regarding elevating privilages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-elevating-privilages/m-p/4119460#M63334</link>
      <description>Elevating user privileges means that the user gets more rights to do something on the system. Generally, it is getting "root" permissions for a normal user. &lt;BR /&gt;&lt;BR /&gt;root as you might know is the top user / administrator of the Linux system without any restrictions.&lt;BR /&gt;&lt;BR /&gt;Getting higher privileges is achieved by running commands as su (super user). &lt;BR /&gt;&lt;BR /&gt;For e.g. I'm logged into a Linux system as adric, but I need to edit the fstab file. I need the root access to do so. &lt;BR /&gt;&lt;BR /&gt;If I issue:&lt;BR /&gt;vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;I will only get read-only rights.&lt;BR /&gt;&lt;BR /&gt;To elevate my privileges, I have to use either:&lt;BR /&gt;&lt;BR /&gt;$ sudo vi /etc/fstab &lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;$ su&lt;BR /&gt;# vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;su = super user; do = as in the English word. :)&lt;BR /&gt;&lt;BR /&gt;Again, observe that a normal user will have a "$" prompt, and root will have a "#" prompt to differentiate.</description>
      <pubDate>Thu, 20 Dec 2007 12:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-elevating-privilages/m-p/4119460#M63334</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2007-12-20T12:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: regarding elevating privilages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-elevating-privilages/m-p/4119461#M63335</link>
      <description>"ELEVATING YOUR PRIVILAGES" is also referred to the posibility to attack, as a normal user, a service that runs, for example as root, exploding a bug on it, so you can run arbitrary commands as the user who runs the service on the target machine.</description>
      <pubDate>Thu, 20 Dec 2007 14:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-elevating-privilages/m-p/4119461#M63335</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-12-20T14:32:03Z</dc:date>
    </item>
  </channel>
</rss>

