My kitty deleted TeH root folder, now what?
Can you believe that?
I was installing some software and making some clean-up, removing unnecessary files/folders.
I entered the foldername
cd /foldername
and deleted a subfolder with its contents:
rm -rf uselessfolder
everything was fine. I was going to go back to root folder with:
cd ~
but just a moment before that, Lemon: my little kitty, pressed the arrow key. So my command was something like this:
rm -rf uselessfoldercd ~
and poof, I have no root folder anymore. Though I stil can receive/send e-mails, can access my pages.
Any suggestions?