On Sunday, November 11, 2012 12:42:09 AM Gean Ceretta wrote:

>  *# chown -Rv gean:gean /home/gean/*

This is your trouble. You recursively changed the ownership of everything *in* 
/home/gean, but you did not change /home/gean itself. Try:
  chown -Rv gean:gean /home/gean
This will also change ownership of all the dot files/dirs (except for ..) in 
your home dir that your command also missed.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201211110104.34270.neal.p.mur...@alum.wpi.edu

Reply via email to