From ab094238a2bddd8a0d8fafb14d369ad4975c2d8a Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Thu, 7 Feb 2013 07:21:59 +0200 Subject: [PATCH] chmod: allow others to read .face and .forward --- chmod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chmod b/chmod index e9904a70..0b88a094 100755 --- a/chmod +++ b/chmod @@ -27,3 +27,9 @@ mkdir -p ~/public_html/ echo "Allowing everyone to Read and eXecute everything in your apache2" echo "userdir". chmod o+rx-w,g+rx-w ~/public_html/ -R + +echo "Setting corret permissions to other files which others should access." +chmod a+r-wx,u+rw .face +chmod a+r-wx,u+rw .forward + +echo "Everything is now done :)"