Skip to content

virtualserver.org

code snippets, served virtually

Tag: exec

Posted on 11.04.202211.04.2022

CHMOD: Rechte von Dateien und Ordnern rekursiv ändern

Rechte von Dateien setzen:

find ~/public_html/www -type f -exec chmod 644 {} \;
chmod 644
-rw-r--r--

Rechte von Ordnern setzen:

find ~/public_html/www -type d -exec chmod 755 {} \;
chmod 755
-rwxr-xr-x

Suche

Categories

  • Excel VBA
  • Excel-Formeln
  • Freifunk
  • htaccess
  • Java
  • JavaScript
  • Linux
  • Netzwerk
  • Nextcloud
  • PHP
  • Python
  • RegEx
  • SEO
  • SQL
  • SSL / TLS
  • Windows
  • Word
  • WordPress
  • XML

Compliance

  • Disclaimer & Datenschutz
  • Impressum

RZ EMEA

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
Proudly powered by WordPress
Click to Copy