sudo rm -rf /
Running sudo rm -rf / on Linux or Mac OS X deletes your entire file system while your OS is running. But the kitty survived ![]()
Login to rate this video.
Embed this video
Send to a friend
People who liked this video also liked
Comments
12 comments posted so far. Expand all comments Login to add a comment.
3. randalfragger 5 years ago
Exellent!
Do the same with c:/windows/system32 and your system was break down immediatly.
If your are very paranoid with your data, you test this:
# find / -iname ".*" -exec shred \{\} \;
9. Aliquantulus 5 years ago
Good video, but tell me.. If the entire file system gets deleted, why does it say: "Cannot remove.." like 200 hundred times during the video? ![]()
BTW, can't see why it's supposed to be funny that the kitty survived.. If it was the only thing left, maybe..
@Aliquantulus
Because in Linux practically everything is represented as a file on the filesystem even if it's not a file at all. This includes things like processes, devices, network interfaces and so on and so forth. That's what most of those messages are. Obviously you can't delete your keyboard, your mouse, your internet connection, the systems random number generator, etc...









+4
1. Friendlysoul 5 years ago
At least the Kitty survived