<?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: create an user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224086#M327770</link>
    <description>exactly, the above response is correct.&lt;BR /&gt;&lt;BR /&gt;you didn't give same home directory to another user.but you can do an alternative like, you can create different directory as like as user, more likely&lt;BR /&gt;&lt;BR /&gt;/DT03/x&lt;BR /&gt;&lt;BR /&gt;/DT03/y&lt;BR /&gt;&lt;BR /&gt;/DT03/z&lt;BR /&gt;&lt;BR /&gt;.............&lt;BR /&gt;&lt;BR /&gt;etc..........&lt;BR /&gt;&lt;BR /&gt;and this way you didn't face any problem at all.</description>
    <pubDate>Sat, 28 Jun 2008 16:52:00 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2008-06-28T16:52:00Z</dc:date>
    <item>
      <title>create an user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224081#M327765</link>
      <description>I want to create a user kak in same but i have an error message. see below the process in sam and the error message.&lt;BR /&gt;.................................&lt;BR /&gt;* Required Field&lt;BR /&gt;&lt;BR /&gt;*Login Name                   :  kak________________&lt;BR /&gt;&lt;BR /&gt;User ID                       :   (X) Next Available ID&lt;BR /&gt;                                  ( ) Specify ID&lt;BR /&gt;&lt;BR /&gt;Primary Group                 :  users______________&lt;BR /&gt;[ Change Primary Group ]&lt;BR /&gt;&lt;BR /&gt;Home Directory                :  /DT03______________&lt;BR /&gt;(default : /home/{login-name})&lt;BR /&gt;&lt;BR /&gt;Create Home Directory         : Yes -&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Start-Up Program Options      :   (X) Select Start-Up Program&lt;BR /&gt;                                  ( ) Specify Start-Up Program&lt;BR /&gt;Start-Up Program              : /sbin/sh -&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Comments                      :  ___________________&lt;BR /&gt;                                (Real Name, Location, Phone, Home Phone)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See the error message below&lt;BR /&gt;&lt;BR /&gt;'/DT03' is not a valid directory&lt;BR /&gt;Command Unsuccessful&lt;BR /&gt;press enter Key to continue&lt;BR /&gt;&lt;BR /&gt;however i already created some users in this directory.&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Jun 2008 10:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224081#M327765</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-06-28T10:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: create an user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224082#M327766</link>
      <description>Is it /DT03 or /DTo3 (letter o). Is the path starting from / or from another dir.&lt;BR /&gt;&lt;BR /&gt;Try on the command line:&lt;BR /&gt;useradd -d /DT03 kak&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Jun 2008 10:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224082#M327766</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-06-28T10:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: create an user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224083#M327767</link>
      <description>it's the same error message!!!!</description>
      <pubDate>Sat, 28 Jun 2008 11:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224083#M327767</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-06-28T11:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: create an user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224084#M327768</link>
      <description>You cannot give the same home dir to another use.&lt;BR /&gt;&lt;BR /&gt;man useradd&lt;BR /&gt;&lt;BR /&gt;Look for the -r option&lt;BR /&gt;&lt;BR /&gt;By default, useradd will not recursively update the ownership of the home directory for the new user if the directory exists and is not a shared home directory&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Jun 2008 11:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224084#M327768</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-06-28T11:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: create an user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224085#M327769</link>
      <description>see this the man page below. i don't understand. what the command exactly?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-r update_homedir_ownership&lt;BR /&gt;                          By default, useradd will not recursively update&lt;BR /&gt;                          the ownership of the home directory for the new&lt;BR /&gt;                          user if the directory exists and is not a shared&lt;BR /&gt;                          home directory.  This behavior of useradd can be&lt;BR /&gt;                          changed using the -r [yes|no] option.  When used&lt;BR /&gt;                          with the -D option, the -r option will set the&lt;BR /&gt;                          default behavior.  The update_homedir_ownership&lt;BR /&gt;                          argument is either yes or no:&lt;BR /&gt;&lt;BR /&gt;                          yes   useradd will recursively update the&lt;BR /&gt;                                ownership of the home directory and the&lt;BR /&gt;                                files/directories below it to the new user,&lt;BR /&gt;                                if the directory already exists and is not a&lt;BR /&gt;                                shared home directory.&lt;BR /&gt;&lt;BR /&gt;                          no    useradd will not update the ownership of the&lt;BR /&gt;                                home directory and the files/directories&lt;BR /&gt;                                below it.&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Jun 2008 11:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224085#M327769</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-06-28T11:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: create an user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224086#M327770</link>
      <description>exactly, the above response is correct.&lt;BR /&gt;&lt;BR /&gt;you didn't give same home directory to another user.but you can do an alternative like, you can create different directory as like as user, more likely&lt;BR /&gt;&lt;BR /&gt;/DT03/x&lt;BR /&gt;&lt;BR /&gt;/DT03/y&lt;BR /&gt;&lt;BR /&gt;/DT03/z&lt;BR /&gt;&lt;BR /&gt;.............&lt;BR /&gt;&lt;BR /&gt;etc..........&lt;BR /&gt;&lt;BR /&gt;and this way you didn't face any problem at all.</description>
      <pubDate>Sat, 28 Jun 2008 16:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224086#M327770</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-06-28T16:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: create an user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224087#M327771</link>
      <description>Dear KAcau&lt;BR /&gt;&lt;BR /&gt;useadd -m -d /home/kacau kacau&lt;BR /&gt;&lt;BR /&gt;passwd kacau (for passwd)&lt;BR /&gt;&lt;BR /&gt;do like this it will create kacau user with home directory /home/kacau same way u can do what ever u want&lt;BR /&gt;&lt;BR /&gt;sajjad</description>
      <pubDate>Sat, 28 Jun 2008 17:04:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224087#M327771</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-06-28T17:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: create an user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224088#M327772</link>
      <description>&lt;A href="http://docs.hp.com/en/5992-3386/ch04s02.html#babfjece" target="_blank"&gt;http://docs.hp.com/en/5992-3386/ch04s02.html#babfjece&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Jun 2008 06:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224088#M327772</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2008-06-29T06:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: create an user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224089#M327773</link>
      <description>thanks a lot!!! &lt;BR /&gt;i use the command below:&lt;BR /&gt;# useradd -m -i -d /DT03 kak</description>
      <pubDate>Mon, 30 Jun 2008 09:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-an-user/m-p/4224089#M327773</guid>
      <dc:creator>kacou</dc:creator>
      <dc:date>2008-06-30T09:01:50Z</dc:date>
    </item>
  </channel>
</rss>

