I was following this guide that helped me with symlinks and personal folders a few times already, but I messed up cause I accidentally did the same thing for the Desktop folder. Then I wanted to return it to normal and I typed
rm -rf ~/Desktop && ln -s /home/tesla/Desktop ~/Desktop
But the product of that was all my personal folder on my desktop when I re-logged in. Then I tried
rm -rf ~/Desktop && ln -s /home/tesla ~/Desktop
But it made an invalid link on my desktop.
Is there a way to reset everything the way it was so I can redo this carefully?
Thanks in advance.
pwdcommand). – Izzy Jul 31 '12 at 9:03