> [EMAIL PROTECTED] /home $ ls -l george > total 0 > drwxr-xr-x 2 george users 48 Jul 25 12:12 Desktop > [EMAIL PROTECTED] /home $ > > [EMAIL PROTECTED] /home $ ls -l geo > total 0 > drwxr-xr-x 2 geo users 48 Jul 25 11:38 Desktop > [EMAIL PROTECTED] /home $
Just to be on the safe side I'd try: # chown -R geo:users /home/geo # chown -R george:users /home/george Just to ensure that the permissions are cascading down correctly. The only reason I'm suggesting this is that, by the sounds of things, you're trying to recreate a new user using files from an old user. -- gentoo-user@gentoo.org mailing list