<?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: How to create a user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133806#M450704</link>
    <description>Here is the command to add user.&lt;BR /&gt;useradd [-u &lt;UID&gt; [-o]] [-g &lt;GROUP&gt;] [-G &lt;GROUP&gt;[,&lt;GROUP...&gt;]] [-d &lt;DIR&gt;] [-s &lt;SHELL&gt;] [-c ] [-m [-k &amp;amp;lt;skel dir&amp;amp;gt;]] [-f &amp;amp;lt;inactive&amp;amp;gt;] [-e &amp;amp;lt;expire&amp;amp;gt;] [-r &amp;amp;lt;yes|no&amp;amp;gt;] &amp;amp;lt;login&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;You need root access to add user. Here is an example for the users you mentioned -&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;useradd -m  -c "Daniel K" -g User -G db danial&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;Remember that every word is case sensitive. So make sure you know the exact user name and group name before running the command.&amp;amp;lt;BR /&amp;amp;gt;Set the password of the user by following command example -&amp;amp;lt;BR /&amp;amp;gt;passwd danial&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;I would recommend that you use sudo. Its not that difficult to configure.&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;Cheers3&lt;/SHELL&gt;&lt;/DIR&gt;&lt;/GROUP...&gt;&lt;/GROUP&gt;&lt;/GROUP&gt;&lt;/UID&gt;</description>
    <pubDate>Fri, 03 Oct 2008 22:19:04 GMT</pubDate>
    <dc:creator>Rohit Tole</dc:creator>
    <dc:date>2008-10-03T22:19:04Z</dc:date>
    <item>
      <title>How to create a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133804#M450702</link>
      <description>I am new to unix actually..&lt;BR /&gt;&lt;BR /&gt;could you give me the full command to create the following users please :-&lt;BR /&gt;&lt;BR /&gt;Username= Davep Name=Dave Paul Access=Admin&lt;BR /&gt;Username= Richap Name=richa    Access=Admin,db&lt;BR /&gt;Username= danial Name=Danial K Access=User,db&lt;BR /&gt;&lt;BR /&gt;To provide Admin access I have heard that I need to install HP's RABC or sudo.&lt;BR /&gt;&lt;BR /&gt;I find it difficult to install sudo.&lt;BR /&gt;&lt;BR /&gt;So if you recommend I will install RABC.&lt;BR /&gt;&lt;BR /&gt;But I request you gurus to give me the full command please... I am actually from the windows team where everything is GUI.And I was asked to create the above 3 users.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Oct 2008 20:48:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133804#M450702</guid>
      <dc:creator>JimKali</dc:creator>
      <dc:date>2008-10-03T20:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133805#M450703</link>
      <description>If these users don't already exist, you can use SAM to add them.  Just invoke "sam" and navigate the GUI.</description>
      <pubDate>Fri, 03 Oct 2008 21:14:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133805#M450703</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-03T21:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133806#M450704</link>
      <description>Here is the command to add user.&lt;BR /&gt;useradd [-u &lt;UID&gt; [-o]] [-g &lt;GROUP&gt;] [-G &lt;GROUP&gt;[,&lt;GROUP...&gt;]] [-d &lt;DIR&gt;] [-s &lt;SHELL&gt;] [-c ] [-m [-k &amp;amp;lt;skel dir&amp;amp;gt;]] [-f &amp;amp;lt;inactive&amp;amp;gt;] [-e &amp;amp;lt;expire&amp;amp;gt;] [-r &amp;amp;lt;yes|no&amp;amp;gt;] &amp;amp;lt;login&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;You need root access to add user. Here is an example for the users you mentioned -&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;useradd -m  -c "Daniel K" -g User -G db danial&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;Remember that every word is case sensitive. So make sure you know the exact user name and group name before running the command.&amp;amp;lt;BR /&amp;amp;gt;Set the password of the user by following command example -&amp;amp;lt;BR /&amp;amp;gt;passwd danial&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;I would recommend that you use sudo. Its not that difficult to configure.&amp;amp;lt;BR /&amp;amp;gt;&amp;amp;lt;BR /&amp;amp;gt;Cheers3&lt;/SHELL&gt;&lt;/DIR&gt;&lt;/GROUP...&gt;&lt;/GROUP&gt;&lt;/GROUP&gt;&lt;/UID&gt;</description>
      <pubDate>Fri, 03 Oct 2008 22:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133806#M450704</guid>
      <dc:creator>Rohit Tole</dc:creator>
      <dc:date>2008-10-03T22:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133807#M450705</link>
      <description>/usr/bin/useradd -u (uid) -g (gid) -c (user description)-m -s /home/userID /usr/bin/sh ID&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;SKR</description>
      <pubDate>Fri, 03 Oct 2008 23:18:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133807#M450705</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-10-03T23:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133808#M450706</link>
      <description>&lt;BR /&gt;useradd -d /home/davep  -m -g admin -c "Dave Paul" -s /usr/bin/ksh davep&lt;BR /&gt;useradd -d /home/richap  -m -g admin -G db -c "Richa" -s /usr/bin/ksh richap&lt;BR /&gt;useradd -d /home/danial  -m -g user -G db  -c "Danial K" -s /usr/bin/ksh danial&lt;BR /&gt;&lt;BR /&gt;if u want different she3ll home directory u camn specify&lt;BR /&gt;</description>
      <pubDate>Sat, 04 Oct 2008 09:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133808#M450706</guid>
      <dc:creator>Sandeep_Chaudhary</dc:creator>
      <dc:date>2008-10-04T09:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133809#M450707</link>
      <description>thank u</description>
      <pubDate>Mon, 06 Oct 2008 18:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-create-a-user/m-p/5133809#M450707</guid>
      <dc:creator>JimKali</dc:creator>
      <dc:date>2008-10-06T18:11:15Z</dc:date>
    </item>
  </channel>
</rss>

