I had to empty a folder in linux fs with this command as administrator.
sudo rm -R *
I used the numpad to type "*" and for mistake I typed "/" that is really close, then the result was:
sudo rm -R /
The rhetorical question is: how can I recover a linux machine?