ω » 01.22.2025 · 7 words · linux
Own the libs with ONE SIMPLE TRICK: find / -type f -name '*.so' -exec sudo chown $USER:$USER {} \;
find / -type f -name '*.so' -exec sudo chown $USER:$USER {} \;