<?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 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082137#M440772</link>
    <description>I tried recreating the users after deleting them... however being the root user i was not able to delete the home directory.. strange!!!!!!!&lt;BR /&gt;&lt;BR /&gt;# userdel -r a128646&lt;BR /&gt;rm: .cshrc not removed.  Permission denied&lt;BR /&gt;rm: .exrc not removed.  Permission denied&lt;BR /&gt;rm: .login not removed.  Permission denied&lt;BR /&gt;rm: .profile not removed.  Permission denied&lt;BR /&gt;rm: directory /home/a128646 not removed.  Permission denied&lt;BR /&gt;Cannot delete home directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;after recreating the same thing happenened&lt;BR /&gt; i used&lt;BR /&gt;&lt;BR /&gt;userdel -m -d /home/a128646 -s /usr/bin/ksh -c "-----" a128646&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Nov 2007 01:27:13 GMT</pubDate>
    <dc:creator>Sunny Jaisinghani</dc:creator>
    <dc:date>2007-11-30T01:27:13Z</dc:date>
    <item>
      <title>useradd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082134#M440769</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I have faced an unusual behaviour while creating a user on a HPUX box.&lt;BR /&gt;&lt;BR /&gt;I tried creating user account through command line as well as sam, the user got created but it gave an error that "cannot create the home directory"&lt;BR /&gt;&lt;BR /&gt;when i checked the home directory was created but the files contained in the home directory &lt;BR /&gt;is owned by some other non existing user...&lt;BR /&gt;&lt;BR /&gt;See the output below....&lt;BR /&gt;&lt;BR /&gt;# ls -alt /home/a128646&lt;BR /&gt;total 10&lt;BR /&gt;drwxr-xr-x   2 us06439    users           96 Nov 29 20:56 .&lt;BR /&gt;-r--r--r--   1 us06439    users          832 Nov 29 20:56 .cshrc&lt;BR /&gt;-r--r--r--   1 us06439    users          347 Nov 29 20:56 .exrc&lt;BR /&gt;-r--r--r--   1 us06439    users          334 Nov 29 20:56 .login&lt;BR /&gt;-r--r--r--   1 us06439    users          439 Nov 29 20:56 .profile&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 30 Nov 2007 00:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082134#M440769</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2007-11-30T00:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: useradd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082135#M440770</link>
      <description>one more example....&lt;BR /&gt;&lt;BR /&gt;# ls -alt /home/a118014&lt;BR /&gt;total 16&lt;BR /&gt;&lt;BR /&gt;-rw-------   1 126        users         1222 Nov 29 05:17 .sh_history&lt;BR /&gt;drwxr-xr-x   2 126        users         1024 Nov  6 20:03 .&lt;BR /&gt;-r--r--r--   1 126        users          832 Oct 14 03:40 .cshrc&lt;BR /&gt;-r--r--r--   1 126        users          347 Oct 14 03:40 .exrc&lt;BR /&gt;-r--r--r--   1 126        users          334 Oct 14 03:40 .login&lt;BR /&gt;-r--r--r--   1 126        users          439 Oct 14 03:40 .profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the user 126 is not there in /etc/passwd</description>
      <pubDate>Fri, 30 Nov 2007 00:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082135#M440770</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2007-11-30T00:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: useradd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082136#M440771</link>
      <description>Starnge&lt;BR /&gt;delete these users and recreate using command line.Check etc/passwd file&lt;BR /&gt;post out the command.....&lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Fri, 30 Nov 2007 01:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082136#M440771</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-11-30T01:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: useradd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082137#M440772</link>
      <description>I tried recreating the users after deleting them... however being the root user i was not able to delete the home directory.. strange!!!!!!!&lt;BR /&gt;&lt;BR /&gt;# userdel -r a128646&lt;BR /&gt;rm: .cshrc not removed.  Permission denied&lt;BR /&gt;rm: .exrc not removed.  Permission denied&lt;BR /&gt;rm: .login not removed.  Permission denied&lt;BR /&gt;rm: .profile not removed.  Permission denied&lt;BR /&gt;rm: directory /home/a128646 not removed.  Permission denied&lt;BR /&gt;Cannot delete home directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;after recreating the same thing happenened&lt;BR /&gt; i used&lt;BR /&gt;&lt;BR /&gt;userdel -m -d /home/a128646 -s /usr/bin/ksh -c "-----" a128646&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2007 01:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082137#M440772</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2007-11-30T01:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: useradd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082138#M440773</link>
      <description>Is the home directory an NFS mount? If so, the non-existent user is almost certainly a user on the other server. You will probably find that that user has the same uid on that server as your new user on your server.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Fri, 30 Nov 2007 02:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082138#M440773</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2007-11-30T02:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: useradd problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082139#M440774</link>
      <description>Thanks Mark.&lt;BR /&gt;&lt;BR /&gt;The /home directory was Network file system.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 30 Nov 2007 03:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/useradd-problem/m-p/5082139#M440774</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2007-11-30T03:07:41Z</dc:date>
    </item>
  </channel>
</rss>

