<?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: useradd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456495#M359501</link>
    <description>Hi Himacs,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;plz let me know any option with useradd command to create multiple users at a time,without using script.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;This I have answered in my previous reply. useradd command will not accept more than one username as arguments. You can check the man page.&lt;BR /&gt;</description>
    <pubDate>Thu, 09 Jul 2009 12:16:02 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-07-09T12:16:02Z</dc:date>
    <item>
      <title>useradd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456489#M359495</link>
      <description>hi admins,&lt;BR /&gt;&lt;BR /&gt;i want to create 5 users at a time means using single command i want to create 5 users.&lt;BR /&gt;&lt;BR /&gt;plz help me on this&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;himacs&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jul 2009 10:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456489#M359495</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-07-09T10:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: useradd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456490#M359496</link>
      <description>Hi Himacs:&lt;BR /&gt;&lt;BR /&gt;I posted a simple script that reads its input from a file just yesterday in this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1353860" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1353860&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 09 Jul 2009 10:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456490#M359496</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-09T10:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: useradd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456491#M359497</link>
      <description>Hi Himacs,&lt;BR /&gt;&lt;BR /&gt;Useradd command takes single login input by default. You can use for loop like this..&lt;BR /&gt;&lt;BR /&gt;for USER in user1 user2 user3 user4 user5&lt;BR /&gt;do&lt;BR /&gt;useradd -m $USER&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;This will create the users with default shell, default group. If you want specific shell, specific group or specific command, you can pass the informations to the useradd command.&lt;BR /&gt;&lt;BR /&gt;useradd -g &lt;GROUP name=""&gt; -s &lt;SHELL&gt; -c "comment if any&amp;gt; -m $USER&lt;/SHELL&gt;&lt;/GROUP&gt;</description>
      <pubDate>Thu, 09 Jul 2009 10:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456491#M359497</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-09T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: useradd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456492#M359498</link>
      <description>Hi James,Ganesan,&lt;BR /&gt;&lt;BR /&gt;thanx for ur reply..it was useful.&lt;BR /&gt;plz let me know any option with useradd command to create multiple users at a time,without using script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;himacs</description>
      <pubDate>Thu, 09 Jul 2009 11:10:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456492#M359498</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-07-09T11:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: useradd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456493#M359499</link>
      <description>Hi (again) Himacs:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; plz let me know any option with useradd command to create multiple users at a time, without using script.&lt;BR /&gt;&lt;BR /&gt;Define "script".  If I write more than one command on the command line is that considered a script or not?  If the multiple commands and operators don't easily fit in (for example) an 80-character command line and I then put them into a file for repeated use and/or maintainability, that's generally called a "script".&lt;BR /&gt;&lt;BR /&gt;Why are you so concerned here?&lt;BR /&gt;&lt;BR /&gt;With regard to 'useradd' the anwser to your question is "no".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jul 2009 11:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456493#M359499</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-09T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: useradd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456494#M359500</link>
      <description>Hi James,&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;let me use script for the same..&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Thu, 09 Jul 2009 11:45:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456494#M359500</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-07-09T11:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: useradd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456495#M359501</link>
      <description>Hi Himacs,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;plz let me know any option with useradd command to create multiple users at a time,without using script.&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;This I have answered in my previous reply. useradd command will not accept more than one username as arguments. You can check the man page.&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jul 2009 12:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd/m-p/4456495#M359501</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-07-09T12:16:02Z</dc:date>
    </item>
  </channel>
</rss>

