sudo rm -rf /

preview_player
Показать описание
Infamous sudo rm -rf / command will delete every single file, every single folder, every program on your Linux machine. You will be able to observe in real time how your system is crumbling apart, bit by bit.
Рекомендации по теме
Комментарии
Автор

This is one of those tutorials where u really, REALLY need to watch more than the first 10 seconds

Sieur_du_Helles
Автор

You get the beauty of a completely bloatless system

punkrockllama
Автор

I just love how linux "helps" you to delete the os by suggesting what to type in for the command to work

tarikvehab
Автор

Windows: You do not have permission to delete me. Linux: Your computer bro do what you want.

Vaudevillian
Автор

Before running this command, make sure to disconnect all network drives.

Not saying i accidentally deleted 2TB of data when testing a snapshot recovery in a vm. But i kinda deleted 2TB of company project data when testing snapshot based Desaster recovery in a vm...

(I connected the drive to store the snapshot. Forgot to unmount before destroying the local system on purpose)

That was not a fun experience...

Chrrs
Автор

For any newly minted Linux users, this also wipes the contents of all plugged in hard drives that are loaded (mounted) in the system, any and all synced drives such as Dropbox, Google drive etc, network attached storage where you have write access and a ton of other stuff including the boot loader.

citywitt
Автор

Now for entirely unrelated reasons I want a video that explains how to get the system set up again

MunchyDuster
Автор

"Bro it's just a prank"
The prank:

jesroe
Автор

windows :oh no you cant do that even though its your pc and hardware and software
linux: i dare you, i double dare you, see if i care

fouzaialaa
Автор

Last time I checked, the `--no-preserve-root` flag only works specifically on /, so if you use an expansion `rm -rf /*`, it will delete everything without the same prompt.

Tony_Goat
Автор

This is like visualization of dementia but for computer

Kazooboye
Автор

Saying this is like erasing system32 with steroids doesn't do it justice

reiniermoreno
Автор

I love how linux just casualy continues running in ram while windows would refuse to delete itself and will blue screen at the girst problem

SpeedyGwen
Автор

rm: remove, rf: rubbish files😊So what this command does is it cleans up the garbage in the /root and keeps the computer clean

Amiamiami
Автор

Perfect. Your whole computer running from the ram, free of bloat

YamiZee
Автор

ok i need to know your keyboard setup that thing sounds like pure heaven

rocketmanhowie
Автор

I once typed in "rm -rf /*" instead of "rm -rf */". What a difference in these two commands!

The first erases your entire computer, the second removes all sub-directories in the current folder.

I managed to hit Ctrl+C when I saw it was going wrong, but I lost my /bin and a few other system folders before it went into my folder and started erasing my personal files. Luckily, the first folder at the start of the alphabet was "Backups", so it was erasing those when I stopped it. I managed to not lose a single personal file!

After that I mostly stopped using rm -rf with wildcards.

RavenMobile
Автор

I did it once inside a docker container.
Its safe but your heart rate will increase anyways.

mercuriete
Автор

Ive ran this command before changing distros and making a backup of ~
Was fun to look at.

bloxrocks
Автор

Well, actually, it will delete everything until it crashes, which doesn’t usually take very long.

josephsalomone