On Wed, Jul 28, 2004 at 11:29:14PM -0400, Charles Layno wrote: > > On Wed, 2004-07-28 at 20:20, Alexander Dalloz wrote: > >> Am Do, den 29.07.2004 schrieb Charles Layno um 3:03: > >> > >> > I am moving a server from an old PII that is running FC1 to a new > >> Dell Server that I have installed FC2 on. I am trying to move the > >> users and their passwords over to the new Dell FC2 server .... .... > > And of course their home directory contents. (all of /home). ... > > Thanks to everyone helped. That worked! Double check permissions, owner and group of /home/* Depending on how you moved files it is possible to have different permission and ownership bits. Also, on the old machine check for files you do not expect (mail, cron, at, etc). So for user bob find / -type f -user bob -print0 | xargs -0 ls -l | egrep -v "/proc|/home/bob" -- T o m M i t c h e l l /dev/dull where insight begins.