Change file permissions to 664

This commit is contained in:
2022-05-16 17:38:51 +03:00
parent 972cd7eccc
commit e79e7b51ce

View File

@@ -3,4 +3,4 @@ https://raspberrypi.stackexchange.com/questions/109425/ubuntu-server-18-wifi-hot
permissions filter:
directory - find ./ -type d -exec chmod 775 {} \;
file - find ./ -type f -exec chmod 755 {} \;
file - find ./ -type f -exec chmod 664 {} \;