<?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 Create a new super user in the Unix Server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919101#M729573</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;May i know that is there any way that i create a new user call 'root2' and set it having the highest privileges and change the 'root' user to normal user permission?&lt;/P&gt;&lt;P&gt;Thanks You.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 19 Nov 2016 03:28:59 GMT</pubDate>
    <dc:creator>AliceTan</dc:creator>
    <dc:date>2016-11-19T03:28:59Z</dc:date>
    <item>
      <title>Create a new super user in the Unix Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919101#M729573</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;May i know that is there any way that i create a new user call 'root2' and set it having the highest privileges and change the 'root' user to normal user permission?&lt;/P&gt;&lt;P&gt;Thanks You.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 03:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919101#M729573</guid>
      <dc:creator>AliceTan</dc:creator>
      <dc:date>2016-11-19T03:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create a new super user in the Unix Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919102#M729574</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp; It might help if you explained the actual problem which you are&lt;BR /&gt;trying to solve, instead of asking how to implement some particular&lt;BR /&gt;"solution" to that problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In general, fiddling with "root" is probably a very bad idea.&amp;nbsp; Too&lt;BR /&gt;much software has expectations.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 03:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919102#M729574</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2016-11-19T03:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create a new super user in the Unix Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919112#M729575</link>
      <description>&lt;P&gt;Hi Steven,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem that i am facing now is i want to restrict the root user to access some file in the server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because some user is need to login root to do some administration job for example, kill process, add user, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there is some files is confidential and need to restrict to only one user can access.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i am thinking is that anyway to create another user called 'root2' then change it to super user and the original root change it to normal user.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because i do not want to change the root password because there is some job like kill process, i can allow other user to do instead of me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks You.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 09:14:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919112#M729575</guid>
      <dc:creator>AliceTan</dc:creator>
      <dc:date>2016-11-19T09:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create a new super user in the Unix Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919120#M729576</link>
      <description>&lt;P&gt;&amp;gt; Because some user is need to login root to do some administration job&lt;BR /&gt;&amp;gt; for example, kill process, add user, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; There's a program called "sudo" which is intended to make it possible&lt;BR /&gt;for non-"root" users to do tasks which require privilege, without&lt;BR /&gt;needing the "root" password.&amp;nbsp; The latest version should be available&lt;BR /&gt;from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I don't use it much, but I gather that there's a configuration file&lt;BR /&gt;("/usr/local/etc/sudoers"?) which specifies who can do what.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;gt; So i am thinking is that anyway to create another user called 'root2'&lt;BR /&gt;&amp;gt; then change it to super user and the original root change it to normal&lt;BR /&gt;&amp;gt; user.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I can see how changing the name of the only privileged user could&lt;BR /&gt;_cause_ new problems, but I don't see how it could _solve_ any problems.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 14:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919120#M729576</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2016-11-19T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create a new super user in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919154#M729577</link>
      <description>&lt;P&gt;You can create as many super users as you want but not a good practice. Each will have UID 0, which is the magic.&lt;/P&gt;&lt;P&gt;If you fiddle with root, then it won't be able to do anything.&amp;nbsp; I.e. as part of "kill process, add user, etc.", it allows access to files.&lt;/P&gt;&lt;P&gt;There is one other way, if the files you want to protect are over NFS, you can use the "root is less than dirt" option.&lt;/P&gt;&lt;P&gt;But as Steven said, sudo or another RBAC is what you want.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2016 04:47:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-new-super-user-in-the-unix-server/m-p/6919154#M729577</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2016-11-20T04:47:16Z</dc:date>
    </item>
  </channel>
</rss>

