Skip to content

Instantly share code, notes, and snippets.

@MrWhiteD
Created March 6, 2026 06:16
Show Gist options
  • Select an option

  • Save MrWhiteD/ed684e901948774a4b14cd70b07fcc4d to your computer and use it in GitHub Desktop.

Select an option

Save MrWhiteD/ed684e901948774a4b14cd70b07fcc4d to your computer and use it in GitHub Desktop.
[права на файлы и каталоги] #chmod
каталоги:
find . -type d -exec chmod 755 {} \;
файлы:
find . -type f -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment