I feel like I've been gaslit into running FOSS but every success only brings me closer to fighting god

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

find / -print0 | while file= read -r -d '' line; do chmod $(($RANDOM % 777)) $file; done

True anarchy

  • source
  • parent