I am using Ubuntu 12.04.The users delet settings and .dot files and folders from my home folder.I decided to a start up script.
cp -r /etc/skel/* $HOME/
The script works fine but copies all files in to the file system itself and not at home!How can I manage this script to copies to home on every start up.Thank u in advance!
echo $HOMEreturn as answer? – Gertjan Oct 7 '12 at 20:52