Atemu@lemmy.ml to Linux@lemmy.ml · 1 year agoTIL about /dev/fullen.wikipedia.orgexternal-linkmessage-square11fedilinkarrow-up132arrow-down10file-text
arrow-up132arrow-down1external-linkTIL about /dev/fullen.wikipedia.orgAtemu@lemmy.ml to Linux@lemmy.ml · 1 year agomessage-square11fedilinkfile-text
minus-squaremarswarrior@lemmy.worldlinkfedilinkarrow-up3·1 year agoThe 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)"
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)"