<?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: usermod error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058283#M436223</link>
    <description>Thanks all..</description>
    <pubDate>Mon, 16 Jul 2007 13:29:33 GMT</pubDate>
    <dc:creator>RJA</dc:creator>
    <dc:date>2007-07-16T13:29:33Z</dc:date>
    <item>
      <title>usermod error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058275#M436215</link>
      <description>Hi, trying to change a users home directory using usermod. &lt;BR /&gt;&lt;BR /&gt;usermod -d /home/x12345 x12345&lt;BR /&gt;&lt;BR /&gt;The following error message is returned. &lt;BR /&gt;&lt;BR /&gt;'/home/x12345' is not a valid directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The /home/x12345 directoy exists and is owned by x12345. &lt;BR /&gt;&lt;BR /&gt;Why does this error occurr?</description>
      <pubDate>Mon, 16 Jul 2007 08:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058275#M436215</guid>
      <dc:creator>RJA</dc:creator>
      <dc:date>2007-07-16T08:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: usermod error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058276#M436216</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Perhaps you want to *move* the home directory:&lt;BR /&gt;&lt;BR /&gt;# usermod -md /home/x12345 x12345&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 16 Jul 2007 08:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058276#M436216</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-07-16T08:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: usermod error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058277#M436217</link>
      <description>No, we don't want to move it, just change it to /home/x12345.</description>
      <pubDate>Mon, 16 Jul 2007 08:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058277#M436217</guid>
      <dc:creator>RJA</dc:creator>
      <dc:date>2007-07-16T08:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: usermod error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058278#M436218</link>
      <description>What are the permissions of the target directory? You may get this error if permissions for the group are not read/exec. The group should also be the primary group for x12345. &lt;BR /&gt;&lt;BR /&gt;David</description>
      <pubDate>Mon, 16 Jul 2007 08:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058278#M436218</guid>
      <dc:creator>David Child_1</dc:creator>
      <dc:date>2007-07-16T08:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: usermod error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058279#M436219</link>
      <description>Permissions on /home/x12345 are 755. directory is owned by x12345:users</description>
      <pubDate>Mon, 16 Jul 2007 09:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058279#M436219</guid>
      <dc:creator>RJA</dc:creator>
      <dc:date>2007-07-16T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: usermod error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058280#M436220</link>
      <description>If you don't figure out why usermod(1m) fails, you can always use vipw(1m), if your system isn't trusted.</description>
      <pubDate>Mon, 16 Jul 2007 12:12:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058280#M436220</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-07-16T12:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: usermod error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058281#M436221</link>
      <description>Dear RJA, Please try &amp;amp; confirm&lt;BR /&gt;&lt;BR /&gt;1, Remove the directory you have made&lt;BR /&gt;&lt;BR /&gt;You have to run the command without creating any dirctory&lt;BR /&gt;&lt;BR /&gt;2, #usermod -d /home/x12345 username&lt;BR /&gt;&lt;BR /&gt;            Which will create the home directory (x12345) with proper permission /ownership and update the same in passwd file. Then you can mv the scripts and other files from the old home directory.&lt;BR /&gt;&lt;BR /&gt;Kumar&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2007 12:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058281#M436221</guid>
      <dc:creator>kumar_10</dc:creator>
      <dc:date>2007-07-16T12:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: usermod error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058282#M436222</link>
      <description>kumar's suggestion worked. Thanks all for looking at it... &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Jul 2007 13:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058282#M436222</guid>
      <dc:creator>RJA</dc:creator>
      <dc:date>2007-07-16T13:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: usermod error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058283#M436223</link>
      <description>Thanks all..</description>
      <pubDate>Mon, 16 Jul 2007 13:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058283#M436223</guid>
      <dc:creator>RJA</dc:creator>
      <dc:date>2007-07-16T13:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: usermod error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058284#M436224</link>
      <description>You could have just edited /etc/passwd directly after creating the users new home directory.</description>
      <pubDate>Mon, 16 Jul 2007 13:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/usermod-error-message/m-p/5058284#M436224</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2007-07-16T13:41:22Z</dc:date>
    </item>
  </channel>
</rss>

