Created
March 18, 2025 06:03
-
-
Save BekNaji/ae37ab1596e2cda3f3b69a79592f8c5a to your computer and use it in GitHub Desktop.
Default directory permissions in bitrix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go site folder and run this command with root | |
find . -type d -exec chmod 775 {} \; && find . -type f -exec chmod 664 {} \; && find . -type d -exec chown bitrix:bitrix {} \; && find . -type f -exec chown bitrix:bitrix {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment