0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · edit-28 months agoAnd that is why snapshots existsh.itjust.worksimagemessage-square90fedilinkarrow-up1668arrow-down128file-text
arrow-up1640arrow-down1imageAnd that is why snapshots existsh.itjust.works0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · edit-28 months agomessage-square90fedilinkfile-text
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up35·8 months agoDeleting the current directory via ./ seems contrived since you would just use . or more likely the directory name from outside the directory. What does happen is rm -rf ${FOO}/ while ${FOO} is an empty string.
minus-squareqjkxbmwvz@startrek.websitelinkfedilinkarrow-up19·8 months agoNot sure if you’re referencing the Steam incident, but Steam did exactly that: https://www.theregister.com/2015/01/17/scary_code_of_the_week_steam_cleans_linux_pcs/
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up18·8 months agoEven so, . and / are right next to each other so it’s a likely typo. You might press enter before you catch it.
minus-square0x4E4F@sh.itjust.worksOPlinkfedilinkEnglisharrow-up1·8 months agoThe double check before you rm things 🤷.
minus-squarereinei@lemmy.worldlinkfedilinkarrow-up1·8 months ago${Insert meme of qwertz ganz not having that problem here}
minus-squarePrettyFlyForAFatGuy@feddit.uklinkfedilinkarrow-up5·8 months agoyup, did that one on a server at work. had to go cap in hand to my manager to get him to fix it
Deleting the current directory via
./
seems contrived since you would just use.
or more likely the directory name from outside the directory. What does happen isrm -rf ${FOO}/
while${FOO}
is an empty string.Not sure if you’re referencing the Steam incident, but Steam did exactly that: https://www.theregister.com/2015/01/17/scary_code_of_the_week_steam_cleans_linux_pcs/
Even so,
.
and/
are right next to each other so it’s a likely typo. You might press enter before you catch it.The double check before you rm things 🤷.
${Insert meme of qwertz ganz not having that problem here}
yup, did that one on a server at work. had to go cap in hand to my manager to get him to fix it