<?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: root account in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628599#M40489</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Actullay the UID=0  has super user capability. you can use different name for root but make sure the account has uid as zero.&lt;BR /&gt;Also take care if any perticular application in the system looks for account "root" instead of uid.&lt;BR /&gt;&lt;BR /&gt;-Goodluck,&lt;BR /&gt;-USA..</description>
    <pubDate>Mon, 10 Dec 2001 14:52:36 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2001-12-10T14:52:36Z</dc:date>
    <item>
      <title>root account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628597#M40487</link>
      <description>Hello everybody,&lt;BR /&gt;&lt;BR /&gt;I want to suppress root account or suppress all their capabilities.&lt;BR /&gt;The root account is a standard login and I want to replace it by the same with another name.&lt;BR /&gt;&lt;BR /&gt;Is it possible? Problems ?</description>
      <pubDate>Mon, 10 Dec 2001 14:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628597#M40487</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2001-12-10T14:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: root account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628598#M40488</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I think this can't be done.  Why do you want to do this?&lt;BR /&gt;&lt;BR /&gt;Vince</description>
      <pubDate>Mon, 10 Dec 2001 14:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628598#M40488</guid>
      <dc:creator>Vincent Farrugia</dc:creator>
      <dc:date>2001-12-10T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: root account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628599#M40489</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Actullay the UID=0  has super user capability. you can use different name for root but make sure the account has uid as zero.&lt;BR /&gt;Also take care if any perticular application in the system looks for account "root" instead of uid.&lt;BR /&gt;&lt;BR /&gt;-Goodluck,&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 10 Dec 2001 14:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628599#M40489</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-10T14:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: root account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628600#M40490</link>
      <description>You'll probably break more things than it is worth. Some things look for the "root" process by looking at the UID of 0 (zero), to determine access, others might look for the name "root".&lt;BR /&gt;&lt;BR /&gt;Secure your root account by only allowing it access from the console.&lt;BR /&gt;&lt;BR /&gt;Also, look at this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://people.hp.se/stevesk/bastion.html" target="_blank"&gt;http://people.hp.se/stevesk/bastion.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 10 Dec 2001 14:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628600#M40490</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-12-10T14:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: root account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628601#M40491</link>
      <description>Thanks for your aswers.&lt;BR /&gt;&lt;BR /&gt;Very good Harry, I just want to secure my servers and the login root is a security failure&lt;BR /&gt;&lt;BR /&gt;You know &lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 10 Dec 2001 14:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628601#M40491</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2001-12-10T14:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: root account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628602#M40492</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is possible but you have to do it carefully and make sure, if you make 'root' disappear, also leave no signs it was there sometime. I mean, files owned by root should become owned by the new user that must have uid=0.&lt;BR /&gt;&lt;BR /&gt;Some programs don't check for uid=0 but if user is 'root' so you might get into some troubles, but none that you can't solve. If you can't give up user root, make sure he doesn't have a valid shell.&lt;BR /&gt;&lt;BR /&gt;Which reminds me, what happens if you succeed in making your system work absolutely gorgeous without the 'root' account and have to boot in single mode? Is this going to work?&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Mon, 10 Dec 2001 15:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628602#M40492</guid>
      <dc:creator>Eugen Cocalea</dc:creator>
      <dc:date>2001-12-10T15:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: root account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628603#M40493</link>
      <description>I am not sure I understand security failure....&lt;BR /&gt;&lt;BR /&gt;True, it is a known name, but your password should be a longer than 6 chars and a combination of letters (both upper case and lowercase and numbers).&lt;BR /&gt;&lt;BR /&gt;Examples are HPiswUnderful123, IamaVerynice person987</description>
      <pubDate>Mon, 10 Dec 2001 15:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628603#M40493</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-12-10T15:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: root account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628604#M40494</link>
      <description>Also, this is how you use securetty:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqs.org/faqs/hp/hpux-faq/section-62.html" target="_blank"&gt;http://www.faqs.org/faqs/hp/hpux-faq/section-62.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 10 Dec 2001 16:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628604#M40494</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-12-10T16:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: root account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628605#M40495</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;While this can be done, I wouldn't do it. It generally causes more problems that it is worth. Quite a few installation scripts/programs actually look for 'root' rather that uid 0. In general knowing a login doesn't help you much in that the login facility is intentionally slow to avoid repeated login attempts. The real answer is to make sure that your root password is well-formed. In most companies, guessing logins is rather easy; e.g. first character of first name then the first seven letters of the last name or something similar.</description>
      <pubDate>Mon, 10 Dec 2001 16:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/root-account/m-p/2628605#M40495</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-12-10T16:04:44Z</dc:date>
    </item>
  </channel>
</rss>

