Atemu@lemmy.ml to Linux@lemmy.ml · 3 years agoTIL about /dev/fullen.wikipedia.orgexternal-linkmessage-square7linkfedilinkarrow-up110arrow-down10file-text
arrow-up110arrow-down1external-linkTIL about /dev/fullen.wikipedia.orgAtemu@lemmy.ml to Linux@lemmy.ml · 3 years agomessage-square7linkfedilinkfile-text
minus-squaredotfiles@lemmy.worldlinkfedilinkarrow-up2·3 years 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)"