#cat /etc/passwd
...
toto:x:1000:1000:Linux User,,,:/home/toto:/bin/sh
...
#su
Password: .....
#cp -r /etc/skel/* /home/toto
#cp -r /etc/skel/.* /home/toto
#ls -a /etc/skel
#ls -a /home/toto
chown -R toto:toto/home/toto/.[a-zA-Z0-9]*
It looks like you're new here. If you want to get involved, click one of these buttons!