mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-18 06:31:01 +01:00
chmod: add missing -p option to mkdir.
This commit is contained in:
parent
4ebfcc55d2
commit
8d9bd4ecf7
2
chmod
2
chmod
@ -23,7 +23,7 @@ touch ~/.ICEauthority
|
|||||||
chmod o-rw+x,g-rw+x ~
|
chmod o-rw+x,g-rw+x ~
|
||||||
|
|
||||||
echo "Creating apache2 UserDir..."
|
echo "Creating apache2 UserDir..."
|
||||||
mkdir ~/public_html/
|
mkdir -p ~/public_html/
|
||||||
echo "Allowing everyone to Read and eXecute everything in your apache2"
|
echo "Allowing everyone to Read and eXecute everything in your apache2"
|
||||||
echo "userdir".
|
echo "userdir".
|
||||||
chmod o+rx-w,g+rx-w ~/public_html/ -R
|
chmod o+rx-w,g+rx-w ~/public_html/ -R
|
||||||
|
Loading…
x
Reference in New Issue
Block a user