@weird@sub.wetshaving.social to linuxmemes@lemmy.world • 2 months agoNo bloatsub.wetshaving.socialimagemessage-square47arrow-up1641
arrow-up1641imageNo bloatsub.wetshaving.social@weird@sub.wetshaving.social to linuxmemes@lemmy.world • 2 months agomessage-square47
minus-square@gramie@lemmy.calinkfedilink3•edit-22 months agorm -rf --no-preserve-root / Looks like it started appearing in various flavors of Unix and Linux around 2005.
minus-square@WhyJiffie@sh.itjust.workslinkfedilinkEnglish2•2 months agobut here they use /* as the target, so they are not telling rm to delete the root directory.
minus-square@gramie@lemmy.calinkfedilink1•2 months agoYou are right, but I’m not sure if the intelligence was built into the command to recognize it as a root level deletion.
rm -rf --no-preserve-root /
Looks like it started appearing in various flavors of Unix and Linux around 2005.
but here they use /* as the target, so they are not telling rm to delete the root directory.
You are right, but I’m not sure if the intelligence was built into the command to recognize it as a root level deletion.