▲ 46 ▼ TIL about /dev/full (en.wikipedia.org) submitted 3 years ago by Atemu@lemmy.ml to c/linux@lemmy.ml 12 comments fedilink hide all child comments No, that's not a typo.
[–] bionicjoey@lemmy.ca 6 points 3 years ago (1 child) Can I get /dev/full as a service? I'm already paying a premium subscription for /dev/null as a service permalink fedilink source hideshow 2 child comments replies: [–] DeathByDenim@lemmy.ml 1 point 3 years ago (1 child) The shell script available for download in the Code section is just pure evil! permalink fedilink source parent hideshow 2 child comments replies: [–] marswarrior@lemmy.world 3 points 3 years ago 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)" permalink fedilink source parent
[–] DeathByDenim@lemmy.ml 1 point 3 years ago (1 child) The shell script available for download in the Code section is just pure evil! permalink fedilink source parent hideshow 2 child comments replies: [–] marswarrior@lemmy.world 3 points 3 years ago 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)" permalink fedilink source parent
[–] marswarrior@lemmy.world 3 points 3 years ago 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)" permalink fedilink source parent