azha@lemm.ee to linuxmemes@lemmy.worldEnglish · 2 days agoFreedomlemm.eeimagemessage-square76fedilinkarrow-up1892arrow-down117
arrow-up1875arrow-down1imageFreedomlemm.eeazha@lemm.ee to linuxmemes@lemmy.worldEnglish · 2 days agomessage-square76fedilink
minus-squareImplyingImplications@lemmy.calinkfedilinkarrow-up58·2 days agoI think you mean: sudo I want to delete everything to corrupt my system
minus-squarecogman@lemmy.worldlinkfedilinkarrow-up24·edit-22 days agosudo dd if=/dev/urandom of=$(df | grep '\s/$' | cut -d' ' -f1) (Omit the $ if you are using the fish terminal)
minus-squarefeannag@sh.itjust.workslinkfedilinkEnglisharrow-up3arrow-down1·1 day agoOne good use for AI was a great breakdown of what exactly that command does. I like it.
minus-squarestembolts@programming.devlinkfedilinkarrow-up12·edit-21 day ago“Write random shit to root.” There is a reason they call dd the disk-destroyer.
I think you mean:
sudo I want to delete everything to corrupt my system
sudo dd if=/dev/urandom of=$(df | grep '\s/$' | cut -d' ' -f1)
(Omit the
$
if you are using the fish terminal)One good use for AI was a great breakdown of what exactly that command does. I like it.
“Write random shit to root.”
There is a reason they call dd the disk-destroyer.