Change file permissions to 664
This commit is contained in:
@@ -3,4 +3,4 @@ https://raspberrypi.stackexchange.com/questions/109425/ubuntu-server-18-wifi-hot
|
|||||||
|
|
||||||
permissions filter:
|
permissions filter:
|
||||||
directory - find ./ -type d -exec chmod 775 {} \;
|
directory - find ./ -type d -exec chmod 775 {} \;
|
||||||
file - find ./ -type f -exec chmod 755 {} \;
|
file - find ./ -type f -exec chmod 664 {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user