Accidentally I removed lib and tmp folders.
sudo rm -rf /lib
sudo rm -rf /tmp
Is there any way how I can restore /lib
folder?
I thought that I can create '/lib' folder manually, find at internet ubuntu lib folder and upload it there, but:
$ mkdir
$ bash: /bin/mkdir: No such file or directory
home
folder. http://askubuntu.com/q/269880/367165 – A.B. Sep 12 '15 at 16:18rm -rf
anywhere close to root directory – Sergiy Kolodyazhnyy Sep 12 '15 at 17:18