TIL about /dev/full
TIL about /dev/full
en.wikipedia.org
/dev/full - Wikipedia
No, that's not a typo.
TIL about /dev/full
/dev/full - Wikipedia
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)"