<?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 Blank root password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838863#M90723</link>
    <description>Can anybody tell me if its 'possible' to have a HPUX 11 system with the root password empty?&lt;BR /&gt;&lt;BR /&gt;I know it can be done, and I know its way unsafe, but I was wondering if there could be some other issues, like a daemon not starting, or something else malfunctioning.</description>
    <pubDate>Tue, 05 Nov 2002 01:30:34 GMT</pubDate>
    <dc:creator>Alejandro Rosales_1</dc:creator>
    <dc:date>2002-11-05T01:30:34Z</dc:date>
    <item>
      <title>Blank root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838863#M90723</link>
      <description>Can anybody tell me if its 'possible' to have a HPUX 11 system with the root password empty?&lt;BR /&gt;&lt;BR /&gt;I know it can be done, and I know its way unsafe, but I was wondering if there could be some other issues, like a daemon not starting, or something else malfunctioning.</description>
      <pubDate>Tue, 05 Nov 2002 01:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838863#M90723</guid>
      <dc:creator>Alejandro Rosales_1</dc:creator>
      <dc:date>2002-11-05T01:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Blank root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838864#M90724</link>
      <description>Yes it is possible. This is certainly something you *should never* do. Leaving it blank creates opportunities for unknown security problems. &lt;BR /&gt;&lt;BR /&gt;Only item that I can think of is a background job that may start from either 'cron' or 'at' which requires a password that starts as a different user, and requires 'root'.</description>
      <pubDate>Tue, 05 Nov 2002 01:36:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838864#M90724</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-11-05T01:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Blank root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838865#M90725</link>
      <description>Sure, it's possible!  But it is definitely not recommended.  Especially if there are multiple people logging in.  I wouldn't want just anyone having root access to any of my machines.&lt;BR /&gt;&lt;BR /&gt;I seriously doubt if any daemons would be affected.  Most things like that are started from /sbin/init.d scripts which are run as root at started.  Some may do an "su - user -c ..." to start, but no root passwd won't affect that.  Others things are started via inetd (/etc/sevices and /etc/inetd.conf), but inetd is a root daemon too, so no problems there.&lt;BR /&gt;&lt;BR /&gt;The only problem I can foresee with not having a root password is someone logging in as root and doing a 'rm -R /*'&lt;BR /&gt;&lt;BR /&gt;That would definitely cause a malfunction.........&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Nov 2002 03:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838865#M90725</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-11-05T03:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Blank root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838866#M90726</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;besides the security issue there is no problem. Your system will run perfectly fine ... at least as long as nobody deletes something important.&lt;BR /&gt;&lt;BR /&gt;When i came to my current company i found all HP-UX Systems with a blank root password. So i know that everything runs without a problem. But is was the first thing i changed.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Tue, 05 Nov 2002 07:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838866#M90726</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2002-11-05T07:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Blank root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838867#M90727</link>
      <description>if you assume all things that people above me say... no problem!&lt;BR /&gt;&lt;BR /&gt;to do it&lt;BR /&gt;&lt;BR /&gt;# passwd -d root&lt;BR /&gt;&lt;BR /&gt;be carefull!</description>
      <pubDate>Tue, 05 Nov 2002 10:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838867#M90727</guid>
      <dc:creator>Joaquin Gil de Vergara</dc:creator>
      <dc:date>2002-11-05T10:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Blank root password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838868#M90728</link>
      <description>well one thing I know does NOT work if there is no password set, no matter who the login user is,  is ftp.&lt;BR /&gt;But I have to say you are asking for problems if you do not set a password for root.</description>
      <pubDate>Tue, 05 Nov 2002 11:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blank-root-password/m-p/2838868#M90728</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-11-05T11:43:33Z</dc:date>
    </item>
  </channel>
</rss>

