Lanky_Pomegranate530 to [email protected] • edit-210 months agoSeriously this is a joke. Do NOT try thismidwest.socialimagemessage-square59fedilinkarrow-up1361
arrow-up1361imageSeriously this is a joke. Do NOT try thismidwest.socialLanky_Pomegranate530 to [email protected] • edit-210 months agomessage-square59fedilink
minus-squareDefederateLemmyMllinkfedilink5•10 months ago Since you forgot to add - - preserve-root It won’t go too far Go on then … try it. Or don’t because you will erase your system. (Hint: it’s in the asterisk)
minus-squareJohannolinkfedilink2•10 months agoOr was it non preserve. I never tried it though. I guess a vm should be fine to test it. On the other hand I don’t care enough.
minus-squareL3ft_F13ld!linkfedilink1•10 months agoPretty sure it’s --no-preserve-root or something similar.
minus-squareDefederateLemmyMllinkfedilinkEnglish3•edit-210 months agoThe flag is called --no-preserve-root, but the flag wouldn’t do anything here because you’re not deleting root (/), you’re deleting all non-hidden files and directories under root (/*), and rm will just let you do it.
Go on then … try it.
Or don’t because you will erase your system. (Hint: it’s in the asterisk)
Or was it non preserve. I never tried it though. I guess a vm should be fine to test it. On the other hand I don’t care enough.
Pretty sure it’s --no-preserve-root or something similar.
The flag is called
--no-preserve-root
, but the flag wouldn’t do anything here because you’re not deleting root (/
), you’re deleting all non-hidden files and directories under root (/*
), and rm will just let you do it.