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.

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 1 year ago

You don’t even need to do it recursively:

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

This is extremely fast.

  • source
  • parent