TIL about /dev/full
No, that's not a typo.
You're viewing a single thread.
Can I get /dev/full as a service? I'm already paying a premium subscription for /dev/null as a service
The shell script available for download in the Code section is just pure evil!
The whole website is hilarious. That code finds a random file and deletes it with sudo. I'm gonna run it on a VM :)
sudo rm -rf "$(sudo find / -type f -print0 | shuf -n1 -z)"
edit: nothing bad happened. VM still works fine. gonna run it a few dozen times more and see. or put in a while loop, or a cron job every 5 seconds. lol. I wonder how long it will take for it to delete something important.
I had a good laugh, thanks for sharing :)