You're viewing a single thread.
All comments
74
comments
I think you mean:
sudo I want to delete everything to corrupt my system
59 0 Replysudo dd if=/dev/urandom of=$(df | grep '\s/$' | cut -d' ' -f1)
(Omit the
$
if you are using the fish terminal)24 0 ReplyOne good use for AI was a great breakdown of what exactly that command does. I like it.
3 0 Reply"Write random shit to root."
There is a reason they call dd the disk-destroyer.
14 0 Reply
74
comments
Scroll to top