<?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: Duplicating Root Account in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009786#M128337</link>
    <description>HI:&lt;BR /&gt;&lt;BR /&gt;Yes, but don't.  If you must, simply add an account (via SAM or with 'useradd' [see the man pages]).  Having added the account, edit '/etc/passwd' changing the uid of the new account to zero (0).&lt;BR /&gt;&lt;BR /&gt;I said "don't" do this for the reason that you or someone else may later decide to delete the account you defined or to find and remove all files owned by it.  Remember that the use of an account name is then mapped to its 'uid' -- which in this case is zero; which means that files owned by root are removed!&lt;BR /&gt;&lt;BR /&gt;There are better ways to delegate subsets of root privileges.  'sudo' is one way.  Setting up "restricted SAM" is another.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Fri, 27 Jun 2003 11:46:52 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2003-06-27T11:46:52Z</dc:date>
    <item>
      <title>Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009783#M128334</link>
      <description>Hi All,&lt;BR /&gt;is there any way to duplicate root account in HP-UX11i B.11.11.&lt;BR /&gt;Regards&lt;BR /&gt;Khurram Mahmood</description>
      <pubDate>Fri, 27 Jun 2003 11:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009783#M128334</guid>
      <dc:creator>Khurram_4</dc:creator>
      <dc:date>2003-06-27T11:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009784#M128335</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;just set up another account with the userid 0. Whenever this new user logs in he will have full root access.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Fri, 27 Jun 2003 11:44:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009784#M128335</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2003-06-27T11:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009785#M128336</link>
      <description>Khurram,&lt;BR /&gt;&lt;BR /&gt;You can assign userid of 0 to a user other than root  This will make the user as powerful as root.  However, I believe you should not do so.&lt;BR /&gt;&lt;BR /&gt;Instead, you should try sudo software which allows a normal user to become root.&lt;BR /&gt;&lt;BR /&gt;Hai</description>
      <pubDate>Fri, 27 Jun 2003 11:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009785#M128336</guid>
      <dc:creator>Hai Nguyen_1</dc:creator>
      <dc:date>2003-06-27T11:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009786#M128337</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;Yes, but don't.  If you must, simply add an account (via SAM or with 'useradd' [see the man pages]).  Having added the account, edit '/etc/passwd' changing the uid of the new account to zero (0).&lt;BR /&gt;&lt;BR /&gt;I said "don't" do this for the reason that you or someone else may later decide to delete the account you defined or to find and remove all files owned by it.  Remember that the use of an account name is then mapped to its 'uid' -- which in this case is zero; which means that files owned by root are removed!&lt;BR /&gt;&lt;BR /&gt;There are better ways to delegate subsets of root privileges.  'sudo' is one way.  Setting up "restricted SAM" is another.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 27 Jun 2003 11:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009786#M128337</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-06-27T11:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009787#M128338</link>
      <description>Be aware that this practice is dangerous.  There is no way to distinguish between the two accounts since the uid number is the same.  You will not be able to tell who did something.  A mis-typed "rm" command from the wrong place can mean disaster.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 11:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009787#M128338</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-27T11:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009788#M128339</link>
      <description>&lt;BR /&gt;this is not recommended&lt;BR /&gt;&lt;BR /&gt;This is possible by creating a another user with UID 0 in the /etc/passwd file.&lt;BR /&gt;&lt;BR /&gt;What is the need for the duplication of root user account?&lt;BR /&gt;&lt;BR /&gt;You can either use SUDO or restricted sam (sam -r) to achieve things which require superuser rights.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 11:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009788#M128339</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-06-27T11:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009789#M128340</link>
      <description>say you /etc/passwd is like this&lt;BR /&gt;root:/atpS.p7QRpnc:0:3::/:/sbin/sh&lt;BR /&gt;daemon:*:1:5::/:/sbin/sh&lt;BR /&gt;bin:*:2:2::/usr/bin:/sbin/sh&lt;BR /&gt;sys:*:3:3::/:&lt;BR /&gt;adm:*:4:4::/var/adm:/sbin/sh&lt;BR /&gt;uucp:*:5:3::/var/spool/uucppublic:/usr/lbin/uucp/uucico&lt;BR /&gt;lp:*:9:7::/var/spool/lp:/sbin/sh&lt;BR /&gt;nuucp:*:11:11::/var/spool/uucppublic:/usr/lbin/uucp/uucico&lt;BR /&gt;hpdb:*:27:1:ALLBASE:/:/sbin/sh&lt;BR /&gt;nobody:*:-2:-2::/:&lt;BR /&gt;www:*:30:1::/:&lt;BR /&gt;webadmin:*:40:1::/usr/obam/server/nologindir:/usr/bin/false&lt;BR /&gt;&lt;BR /&gt;then add the line&lt;BR /&gt;crack::0:3::/:/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;do&lt;BR /&gt;passwd crack&lt;BR /&gt;&lt;BR /&gt;then you have a user called crack with the same rights as root.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 11:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009789#M128340</guid>
      <dc:creator>Jannik</dc:creator>
      <dc:date>2003-06-27T11:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009790#M128341</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;i was to fast with my answer. I forgot to mention that this is not a good practice as the others stated.&lt;BR /&gt;&lt;BR /&gt;Better use root when root privileges are required. If some other users need access to some functions requiring root privileges you might set up sudo.&lt;BR /&gt;&lt;BR /&gt;Then you will knwo which user has access to which function. Also you might have a look at RestrictedSAM which you can set up as root inteactively in SAM.&lt;BR /&gt;&lt;BR /&gt;So my answer should read: yes it's possible but not reconmendet.&lt;BR /&gt;&lt;BR /&gt;Regards Stefan</description>
      <pubDate>Fri, 27 Jun 2003 11:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009790#M128341</guid>
      <dc:creator>Stefan Schulz</dc:creator>
      <dc:date>2003-06-27T11:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009791#M128342</link>
      <description>Just to add one other not of caution, when you have two root-level accounts you increase your security risk.  There are two possible avenues for hacking root access on the box now.&lt;BR /&gt;&lt;BR /&gt;As mentioned, sudo is a very good tool, in that you can define what commands different users have.  It also has very good logging, so you can monitor who did what.  It is also a good learning tool, as many regular maintanance commands are logged in the sudo.log for other admins to study.</description>
      <pubDate>Fri, 27 Jun 2003 12:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009791#M128342</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-06-27T12:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009792#M128343</link>
      <description>I wanted to add that some of you are not correct when you state that there is NO difference between the new user and root.  This is absolutely false.&lt;BR /&gt;&lt;BR /&gt;I will also add that certain applications completely fail for uncleare reasons if they run on the mimic'd root account.&lt;BR /&gt;&lt;BR /&gt;The biggest reason why is that there are more than 2 ways to get your identity on the system, and one of these will produce different results.  If comparisons are made while the application is running with different methods of lookup, then you have failure.&lt;BR /&gt;&lt;BR /&gt;I.E.&lt;BR /&gt;getuid&lt;BR /&gt;geteuid&lt;BR /&gt;&lt;BR /&gt;getusernam&lt;BR /&gt;getuseruid&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I run an app, and check who you are I may cache this.  Lets say for simplicity sake I use getuid, check this against geteuid to make sure your who you say you are.&lt;BR /&gt;Lets say that I use the system environment variable LOGNAME from CDE to run my tests.&lt;BR /&gt;&lt;BR /&gt;I have instantly failed =^O&lt;BR /&gt;&lt;BR /&gt;This is another reason why NOT to run a mimic'd root account.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Fri, 27 Jun 2003 14:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009792#M128343</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-06-27T14:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009793#M128344</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Yes edit the /etc/passwd&lt;BR /&gt;duplicate the line of root and change the&lt;BR /&gt;username, save the file.&lt;BR /&gt;Change the password for the new user&lt;BR /&gt;and now you have another user with same&lt;BR /&gt;uid like root.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 27 Jun 2003 15:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009793#M128344</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-27T15:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009794#M128345</link>
      <description>With a majority against using a pseudo root account, I will point out some good points for using a pseudo root account. &lt;BR /&gt;&lt;BR /&gt;First, if you have problems with your root password, you can use the pseudo root account to change the root password without having to go into single user mode. This can be very important on a production system where downtime is frowned upon.  &lt;BR /&gt;&lt;BR /&gt;Two, contrary to what some say, you can get accountability from a pseudo root account. Auditing and utilities like "last" will give you information on a pseduo root account. In fact, our auditors insist on pseudo root account over several people having access to root for increased accountability.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 27 Jun 2003 16:47:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009794#M128345</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-06-27T16:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009795#M128346</link>
      <description>Martin, going to pick you apart for a second.&lt;BR /&gt;&lt;BR /&gt;"First, if you have problems with your root password, you can use the pseudo root account to change the root password without having to go into single user mode. This can be very important on a production system where downtime is frowned upon."&lt;BR /&gt;&lt;BR /&gt;If a system has a corrupt passwd file, 99% of the time this will require single user mode to fix even with a mimic'd account.  &lt;BR /&gt;&lt;BR /&gt;Exception of course is lazy admins who change passwords and dont document the changes, or so so with no caution (I.E. caps lock,num lock, etc...).&lt;BR /&gt;In more than 15 years working with Unix of all flavors, corrupt passwd files are empty and 0 byte size 99% of the time.  A mimic root account is denied access just like root and any other user when this occurs.&lt;BR /&gt;&lt;BR /&gt;"Two, contrary to what some say, you can get accountability from a pseudo root account. Auditing and utilities like "last" will give you information on a pseduo root account. In fact, our auditors insist on pseudo root account over several people having access to root for increased accountability. "&lt;BR /&gt;&lt;BR /&gt;False!&lt;BR /&gt;The only accountability is showing the last time that the mimic account is logged in.  99% of the applications run use getuid() to determine who is running it for logging purposes, meaning that root is logged for most actions/transactions.&lt;BR /&gt;&lt;BR /&gt;Any accountability as to when a mimic account did anything other than log-in is guess work, non-factual.  In cases where a cron job is run, at jobs are run, or backgrounded jobs are run there is no possible way of showing who ran what.&lt;BR /&gt;&lt;BR /&gt;Are there environments where you can get away with this?  Sure there are.&lt;BR /&gt;&lt;BR /&gt;Would I ever recommend to a customer that they use this as a method when "sudo" is available?  NO!&lt;BR /&gt;&lt;BR /&gt;Using sudo you can completely log actions and control access to the system's root command sets.&lt;BR /&gt;&lt;BR /&gt;Of course it does not fix when Admins screw up the root password.  That being said if this is such a common problem, you may want to find a new Admin.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Fri, 27 Jun 2003 17:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009795#M128346</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-06-27T17:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009796#M128347</link>
      <description>Shannon,&lt;BR /&gt;&lt;BR /&gt;In the dozen or so times I've been locked out of the root account over the last 10 years, it was due to someone locking out the account by entering the wrong password. Quickly remedid with a pseudo root account.&lt;BR /&gt;&lt;BR /&gt;The one time I did have a corrupted password account, I was already logged in under my pseudo root and quickly fixed the problem.&lt;BR /&gt;&lt;BR /&gt;It is our policy that pseudo root accounts are not authorized to use cron, batch etc. And you are correct, there is not full accountability, but that is different from no accountability.&lt;BR /&gt;&lt;BR /&gt;I agree that sudo is the correct way to go, but try supporting NNM,OVO,MWA under sudo (or RBAC under solaris). You will find keeping up with all the utilities used is a maintenance headache, especially when Murphy requires their use at 2:00 AM.&lt;BR /&gt;&lt;BR /&gt;Besides, I was just be devil's adovacte. :-)&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 27 Jun 2003 18:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009796#M128347</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-06-27T18:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009797#M128348</link>
      <description>I understand ;)  I was just playing back!  &lt;BR /&gt;&lt;BR /&gt;We all have reasons for doing what we do, and most dont match someone elses situation and could not be made to do so.&lt;BR /&gt;&lt;BR /&gt;Hence the beauty of Unix.  There are an infinite number of problems and an infinite number of solutionis.  Unlike M$ where if its not in a gui it cant be done.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;Shannon</description>
      <pubDate>Fri, 27 Jun 2003 18:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009797#M128348</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-06-27T18:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009798#M128349</link>
      <description>The following thread also discusses duplication of root accounts:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2c5b0ea029a2d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2c5b0ea029a2d711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You may find some more pointers to your question here.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jun 2003 23:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009798#M128349</guid>
      <dc:creator>Siddhartha M</dc:creator>
      <dc:date>2003-06-27T23:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009799#M128350</link>
      <description>Hi, &lt;BR /&gt; To create user account with root access is simple , just set UID to 0 for any usr will get root permitions. but I will suggest not to use this , instead you can download "SUDO" software whai is available free on &lt;A href="http://hpux.cs.utah.edu." target="_blank"&gt;http://hpux.cs.utah.edu.&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 28 Jun 2003 05:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009799#M128350</guid>
      <dc:creator>yogesh_4</dc:creator>
      <dc:date>2003-06-28T05:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009800#M128351</link>
      <description>Khurram,&lt;BR /&gt;&lt;BR /&gt;At lease they were somewhat more civilized with you when you asked.  They pretty well hammered me when I started my thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4bdae822e739d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4bdae822e739d711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I give you this link for your continued education on this matter.  I can tell the tread is closed and I would hope that you would assign me a 0 (zero) for this post when you get around to assigning the rest of the points for all of your valid answers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;{At least you didn't post to the end of your own old thread.  Watch the vultures attack on this one!  ;-) }</description>
      <pubDate>Mon, 14 Jul 2003 15:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009800#M128351</guid>
      <dc:creator>John Collier</dc:creator>
      <dc:date>2003-07-14T15:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicating Root Account</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009801#M128352</link>
      <description>It is not safe practise but sometimes you just have to do it.&lt;BR /&gt;I had to do this once, the dba's needed only certain commands and sudo was not an option.&lt;BR /&gt;&lt;BR /&gt;So what I did was to create the user with uid = 0 and then I created a menu system for them. The menu contained only those commands they needed and allowed for variables to be entered.&lt;BR /&gt;&lt;BR /&gt;I made sure they could not exit the menu and that the menu started up for all intances of their logging in with that user.</description>
      <pubDate>Mon, 14 Jul 2003 21:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/duplicating-root-account/m-p/3009801#M128352</guid>
      <dc:creator>Ronelle van Niekerk</dc:creator>
      <dc:date>2003-07-14T21:20:43Z</dc:date>
    </item>
  </channel>
</rss>

