mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
chmod: allow others to read .face and .forward
This commit is contained in:
parent
8d9bd4ecf7
commit
ab094238a2
6
chmod
6
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 :)"
|
||||
|
Loading…
Reference in New Issue
Block a user