Skip to content

Instantly share code, notes, and snippets.

@sharkyak
Created April 6, 2018 04:41
Show Gist options
  • Save sharkyak/f6cc56e8d1bc42dadc781783bd52b26b to your computer and use it in GitHub Desktop.
Save sharkyak/f6cc56e8d1bc42dadc781783bd52b26b to your computer and use it in GitHub Desktop.
wordpress права на файлы
Права на файлы и директории в WordPress
600 (-rw-------) wp-config.php
644 (-rw-r--r--) Файлы
755 (-rwxr-xr-x) Директории
Или альтернативный вариант
660 (-rw-rw----) wp-config.php
664 (-rw-rw-r--) Файлы
775 (-rwxrwxr-x) Директории
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment