home tree permissions file

This commit is contained in:
thek4n 2024-12-16 23:15:00 +03:00
parent a1f0d960e2
commit a93541b520

View File

@ -1,2 +1,3 @@
chmod 751 /home/user chmod 751 "${HOME}"
chmod 1777 /home/user/Public mkdir "${HOME}/Public"
chmod 1777 "${HOME}/Public"