cd WebAppFolder
chgrp -R www-data *
find . -type f print0|xargs -0 chmod 664
find . -type d print0|xargs -0 chmod 775
# do not run this with sudo or at the root or system dirs
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.