George Tasioulis

tip: chmod all directories to 755 and all files to 644

find /var/www/ -type d -print0 | xargs -0 chmod 0755 # For directories
find /var/www/ -type f -print0 | xargs -0 chmod 0644 # For files


To Tumblr, Love PixelUnion

We're updating Fluid!

Soon, we'll be updating the look and feel of this theme. Read about the changes here. You can easily turn off this notification in the theme customization panel.

Close