Skip to content

Instantly share code, notes, and snippets.

@KyonLi
Created January 21, 2019 08:26
Show Gist options
  • Select an option

  • Save KyonLi/8193b28e4d32f12370aa1bac3bc152c2 to your computer and use it in GitHub Desktop.

Select an option

Save KyonLi/8193b28e4d32f12370aa1bac3bc152c2 to your computer and use it in GitHub Desktop.
Fix www file permission
find /var/www -type f -exec chmod 644 {} \;
find /var/www -type d -exec chmod 755 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment