No, that’s not a typo.

  • SaltyIceteaMaker
    link
    fedilink
    171 year ago

    My knowledge about useful/funny /dev files grows by the day…

    I now know of: random & urandom, null, zero and now full…

    Bouta make an infinity gauntlet meme of them

      • dotfiles
        link
        fedilink
        41 year 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)"

  • @schmonie
    link
    21 year ago

    The bottom of that Wikipedia page has a reference to something else that sounded interesting called “/dev/mordor” in some Plan 9 OS fork called 9front. Sent me down a really interesting rabbit hole http://9front.org/

    • thedæmon
      link
      21 year ago

      9front is a great rabbit hole. Plus, Plan9’s mascot is Glenda, the rabbit.