<?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: change user ID in the passwd file in HPUX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207153#M464280</link>
    <description>&amp;gt; "Login &lt;USERNAME&gt; is currently in use"&lt;BR /&gt;&lt;BR /&gt;That's probably because the username is the same as the root user and the username appears to the OS as in use.&lt;BR /&gt;&lt;BR /&gt;You have to use "vipw" and edit the password file. Change the UID back to the original one (or a new UID) and the same with the primary group ID, GID. Ensure that the home directory is adjusted to the original home directory and user and group ownership of the home directory are set to those of the new UID/GID.&lt;BR /&gt;&lt;/USERNAME&gt;</description>
    <pubDate>Mon, 02 Nov 2009 12:50:29 GMT</pubDate>
    <dc:creator>TTr</dc:creator>
    <dc:date>2009-11-02T12:50:29Z</dc:date>
    <item>
      <title>change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207148#M464275</link>
      <description>Hi &lt;BR /&gt;I changed myself as a root user by assigning myself with user ID 0. I would like to change myself back to a normal user. What user ID should I change it to and will it create any problems with the root user.</description>
      <pubDate>Mon, 02 Nov 2009 09:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207148#M464275</guid>
      <dc:creator>Dharmendra Patel</dc:creator>
      <dc:date>2009-11-02T09:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207149#M464276</link>
      <description>Whatever ID you would have used for the next user.&lt;BR /&gt;&lt;BR /&gt;There shouldn't be any problems with root, provided you don't try a mass chown of all of the files that belong to root.&lt;BR /&gt;You'll need to assign a group and home directory.</description>
      <pubDate>Mon, 02 Nov 2009 10:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207149#M464276</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-11-02T10:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207150#M464277</link>
      <description>&amp;gt;&amp;gt;I would like to change myself back to a normal user&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;so you need to edit /etc/passwd file&lt;BR /&gt;&lt;BR /&gt;before that backup the /etc/passwd file&lt;BR /&gt;&lt;BR /&gt;# cp -p /etc/passwd /etc/passwd.org&lt;BR /&gt;# vi /etc/passwd&lt;BR /&gt;&lt;BR /&gt;Change your &lt;ID&gt; number to 6001 (some thing which doesn't exist in referring to /etc/passwd )&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;should I change it to and will it create any problems with the root user.&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;It will not creat problem aslong as you did only changed the ID, you're fine&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Johnson &lt;BR /&gt;&lt;BR /&gt;&lt;/ID&gt;</description>
      <pubDate>Mon, 02 Nov 2009 12:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207150#M464277</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-02T12:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207151#M464278</link>
      <description>When I use usermod -u 20 -o &lt;USERNAME&gt; to change back to as a normal user I get the following&lt;BR /&gt;&lt;BR /&gt;"Login &lt;USERNAME&gt; is currently in use"&lt;BR /&gt;&lt;BR /&gt;I restarted the HPUX server and tried to change the login mode but got the same error.&lt;BR /&gt;&lt;BR /&gt;&lt;/USERNAME&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 02 Nov 2009 12:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207151#M464278</guid>
      <dc:creator>Dharmendra Patel</dc:creator>
      <dc:date>2009-11-02T12:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207152#M464279</link>
      <description>&amp;gt;&amp;gt;"Login &lt;USERNAME&gt; is currently in use"&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;I assume, you need to login root user not sudo/su if you stand on your userid and than su - root "you will get this error" or if you have any pervious login session open.&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep -i &lt;USER_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;kill that sessions which you user id holding.&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;better you vi /etc/passwd&lt;/USER_NAME&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 02 Nov 2009 12:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207152#M464279</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-02T12:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207153#M464280</link>
      <description>&amp;gt; "Login &lt;USERNAME&gt; is currently in use"&lt;BR /&gt;&lt;BR /&gt;That's probably because the username is the same as the root user and the username appears to the OS as in use.&lt;BR /&gt;&lt;BR /&gt;You have to use "vipw" and edit the password file. Change the UID back to the original one (or a new UID) and the same with the primary group ID, GID. Ensure that the home directory is adjusted to the original home directory and user and group ownership of the home directory are set to those of the new UID/GID.&lt;BR /&gt;&lt;/USERNAME&gt;</description>
      <pubDate>Mon, 02 Nov 2009 12:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207153#M464280</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-11-02T12:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207154#M464281</link>
      <description>I have changed the passwd file but I still have root processes under my name. How can I resolve this.&lt;BR /&gt;&lt;BR /&gt;ps -ef | grep -i &lt;USER&gt;&lt;BR /&gt;&lt;BR /&gt;result&lt;BR /&gt;&lt;BR /&gt;root 20265  5473  0 13:08:51 pts/tB    0:00 grep -i &lt;USER&gt;&lt;BR /&gt;&lt;BR /&gt;Have a third party program called logmon. From here I can see many root processes still assigned to my login.&lt;BR /&gt;&lt;BR /&gt;Should I restart the HPUX to get reslove this?&lt;/USER&gt;&lt;/USER&gt;</description>
      <pubDate>Mon, 02 Nov 2009 13:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207154#M464281</guid>
      <dc:creator>Dharmendra Patel</dc:creator>
      <dc:date>2009-11-02T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207155#M464282</link>
      <description>&amp;gt;I have changed the passwd file but I still have root processes under my name. How can I resolve this.&lt;BR /&gt;&lt;BR /&gt;Why do you care?  Either they will eventually finish or you can kill them.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Should I restart HP-UX to get resolve this?&lt;BR /&gt;&lt;BR /&gt;Is it worth it?</description>
      <pubDate>Mon, 02 Nov 2009 13:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207155#M464282</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-11-02T13:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207156#M464283</link>
      <description>&amp;gt;&amp;gt;I have changed the passwd file but I still have root processes under my name. How can I resolve this.&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Well done,&lt;BR /&gt;&lt;BR /&gt;so I d'not have point why do you still do&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep -i &lt;USER_NAME&gt; ??????&lt;BR /&gt;&lt;BR /&gt;No Need, taking reboot its useless.&lt;BR /&gt;&lt;BR /&gt;You assign points close thread&lt;/USER_NAME&gt;</description>
      <pubDate>Mon, 02 Nov 2009 16:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207156#M464283</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-02T16:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207157#M464284</link>
      <description>Hi,&lt;BR /&gt;&amp;gt;&amp;gt;Should I restart the HPUX to get reslove this?&lt;BR /&gt;&lt;BR /&gt;No need to reboot the box when u logout form your system it will not there.&lt;BR /&gt;&lt;BR /&gt;Suarj</description>
      <pubDate>Mon, 02 Nov 2009 19:43:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207157#M464284</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-11-02T19:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207158#M464285</link>
      <description>Thank you all for your feedback</description>
      <pubDate>Tue, 03 Nov 2009 07:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207158#M464285</guid>
      <dc:creator>Dharmendra Patel</dc:creator>
      <dc:date>2009-11-03T07:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: change user ID in the passwd file in HPUX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207159#M464286</link>
      <description>This is how you say thank you in the forum&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Wed, 04 Nov 2009 11:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-user-id-in-the-passwd-file-in-hpux/m-p/5207159#M464286</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2009-11-04T11:37:49Z</dc:date>
    </item>
  </channel>
</rss>

