@azha@lemm.ee to linuxmemes@lemmy.worldEnglish • 23 days agoFreedomlemm.eeimagemessage-square77fedilinkarrow-up1911
arrow-up1911imageFreedomlemm.ee@azha@lemm.ee to linuxmemes@lemmy.worldEnglish • 23 days agomessage-square77fedilink
minus-square@ImplyingImplications@lemmy.calinkfedilink60•23 days agoI think you mean: sudo I want to delete everything to corrupt my system
minus-square@cogman@lemmy.worldlinkfedilink24•edit-223 days agosudo dd if=/dev/urandom of=$(df | grep '\s/$' | cut -d' ' -f1) (Omit the $ if you are using the fish terminal)
minus-square@feannag@sh.itjust.workslinkfedilinkEnglish3•23 days agoOne good use for AI was a great breakdown of what exactly that command does. I like it.
minus-square@stembolts@programming.devlinkfedilink14•edit-223 days 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.