alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoLinux Best Practiceslemmy.worldimagemessage-square126fedilinkarrow-up11.59Karrow-down196cross-posted to: 196@lemmy.blahaj.zone
arrow-up11.5Karrow-down1imageLinux Best Practiceslemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square126fedilinkcross-posted to: 196@lemmy.blahaj.zone
minus-square𝘋𝘪𝘳𝘬@lemmy.mllinkfedilinkarrow-up25arrow-down3·1 year agorm -rf * stands for read mail really fast, and the * addresses all mails.
minus-squareUntitled_Pribor@kbin.sociallinkfedilinkarrow-up10·1 year agoRemember to cd / before you use the command to address all of the emails
minus-squareSalamander@mander.xyzlinkfedilinkarrow-up2·edit-21 year agoI wiped all my data from a supercomputer by trying to ‘cd’ into a folder but making a typo and then running rm -rvf * from my home directory. At least they kept backups… The system administrators were probably amused about who gets access
rm -rf *
stands for read mail really fast, and the*
addresses all mails.Remember to
cd /
before you use the command to address all of the emailsI wiped all my data from a supercomputer by trying to ‘cd’ into a folder but making a typo and then running
rm -rvf *
from my home directory.At least they kept backups… The system administrators were probably amused about who gets access