<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="sans-serif">Folks,<br>
<br>
I am attempting to move a user's home directory from /home to /home2. I
copied all files (?) from /home/user to /home2/user. Changed
/etc/passwd for user to point to /home2/user. <br>
<br>
I tested the setup by opening a terminal and doing an su user & was
prompted for the password for user and logged on, no problems. The pwd
command did indeed show the correct new directory (/home2/user)<br>
<br>
Rebooted my system and logged in as user with the GUI, All ok except I
was still pointing to /home/user NOT /home2/user!<br>
<br>
What did I do wrong???? <br>
<br>
Did the command sudo cp -a /home/user /home2/user not work correctly?
NOTE: user did not exist in /home2 initially. <br>
</font>
<pre class="moz-signature" cols="72">--
Jay Ridgley
<a class="moz-txt-link-abbreviated" href="mailto:jridgley2@austin.rr.com">jridgley2@austin.rr.com</a>
Registered Linux User ID - 9115
</pre>
</body>
</html>