Re: Users accounts

2003-02-13 Thread Ze Ji Li
is running 2) mount old_system:/file_system /mount_point as for tar: you can just tar the whole dir up, ftp them over the new_system and extract them. YMMV Ze - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 5:53 PM Subject: Re: Users

Re: Users accounts

2003-02-12 Thread edwardspl
Ze Ji Li wrote: please don't do the userdel! Just nfs the home dir and mail dir, then mv them over. Try do a man on tar. cd fromdir; tar cf - . | (cd todir; tar xpf -) as for the passwd, just cp them (passwd and shadow) over. Sorry, I don't quite understand your means... Would you mind

Re: Users accounts

2003-02-12 Thread Ze Ji Li
around) 4) repeat step 2 and 3 for your mail dir. Maybe someone knows better. Ze - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 12, 2003 4:32 AM Subject: Re: Users accounts Ze Ji Li wrote: please don't do the userdel! Just nfs the home dir

Re: Users accounts

2003-02-12 Thread Bret Hughes
On Wed, 2003-02-12 at 19:13, Ze Ji Li wrote: Hi, 1) copy your shadow, passwd, group file to the new machine. 2) nfs mount your old redhat's home dir to the new machine. 3) to move everything from one place to another place, use cd fromdir; tar cf - . | (cd todir; tar xpf -) (this

Re: Users accounts

2003-02-12 Thread edwardspl
Ze Ji Li wrote: 2) nfs mount your old redhat's home dir to the new machine. Would you mind to tell me how to create NFS ? 3) to move everything from one place to another place, use cd fromdir; tar cf - . | (cd todir; tar xpf -) I know tar -zvxf *.tar.gz only... So, which / what command

Users accounts

2003-02-11 Thread edwardspl
Hello, Happy New Year first ! Now, there is another one New Server ( Linux Redhat 7.2 ), but we don't know how to remove all of user accounts ( eg : Home Dir, Mail box and password ) from the old server ( Linux Redhat 6.2 ) to the New one ( Linux Redhat 7.2 ) ? So, can you help me the process ?

RE: Users accounts

2003-02-11 Thread Jonathan M. Slivko
Key: http://www.slivko.org/jslivko.asc - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 12:22 PM To: [EMAIL PROTECTED] Subject: Users accounts Hello, Happy New Year first ! Now, there is another one

Re: Users accounts

2003-02-11 Thread Kirby Clements
userdel will handle most user removal needs... like: userdel bob -kpc On Wed, 12 Feb 2003 [EMAIL PROTECTED] wrote: Hello, Happy New Year first ! Now, there is another one New Server ( Linux Redhat 7.2 ), but we don't know how to remove all of user accounts ( eg : Home Dir, Mail box

Re: Users accounts

2003-02-11 Thread Ze Ji Li
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 11, 2003 8:03 AM Subject: Re: Users accounts userdel will handle most user removal needs... like: userdel bob -kpc On Wed, 12 Feb 2003 [EMAIL PROTECTED] wrote: Hello, Happy New Year first ! Now, there is another one New Server