Files
2026-03-04 21:16:49 +02:00

8 lines
214 B
Plaintext

wifi:
https://raspberrypi.stackexchange.com/questions/109425/ubuntu-server-18-wifi-hotspot-setup
permissions filter:
directory - find ./ -type d -exec chmod 775 {} \;
file - find ./ -type f -exec chmod 664 {} \;