Linux notes - permissions commands

This commit is contained in:
2022-05-08 01:08:36 +03:00
parent 8491309c9d
commit 972cd7eccc

View File

@@ -1,2 +1,6 @@
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 755 {} \;