On Sun, Jul 02, 2000 at 06:45:33PM +1000, Wayne Petherick wrote:
> I have my home directory on a 6 gig drive that I would like to put in
> another machine.  Does anyone know a good source of information or could
> anyone tell me how to change my home drive under linux, and move all of my

As root edit /etc/passwd and change the home directory of the user.

> existing programs a directories to the new drive?  I would appreciate any

tar cfvp - wayne -C /home | tar xfvp - -C /new-drive

This will copy all the files from /home/wayne to /new-drive/wayne

Alexander Skwar
-- 
Homepage:       http://www.digitalprojects.com
Sichere Mail?   PGP/GnuPG Keys als Antwort auf Mail mit Betr: Get GPG Key
ICQ:            7328191

Reply via email to