From 972cd7ecccf2ae9661b71e60f138329b1e89d8a4 Mon Sep 17 00:00:00 2001 From: trilolol Date: Sun, 8 May 2022 01:08:36 +0300 Subject: [PATCH] Linux notes - permissions commands --- linux/linux_general.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux/linux_general.txt b/linux/linux_general.txt index abc9043..e059c0a 100755 --- a/linux/linux_general.txt +++ b/linux/linux_general.txt @@ -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 {} \;