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