From e79e7b51cefadfc40ca0ac99c63a84ae66574916 Mon Sep 17 00:00:00 2001 From: trilolol Date: Mon, 16 May 2022 17:38:51 +0300 Subject: [PATCH] Change file permissions to 664 --- linux/linux_general.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/linux_general.txt b/linux/linux_general.txt index e059c0a..566e6f8 100755 --- a/linux/linux_general.txt +++ b/linux/linux_general.txt @@ -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 {} \;