Quote:
Originally posted by mcleodnine
have a look it /etc/skel, and if you have /etc/profile then you can also try 'source /etc/profile'
|
# cd /etc/skel
# find -type f | xargs -iZ cp -d Z /root
# find -type d -maxdepth 1 | xargs -iZ cp -dR Z /root
# exit
and login again