Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Mukundhan-I2I/84965e3ded2ccd887711da05c186ea66 to your computer and use it in GitHub Desktop.
Save Mukundhan-I2I/84965e3ded2ccd887711da05c186ea66 to your computer and use it in GitHub Desktop.
CHMOD 101
will set these permissions to all files and
sudo chmod -R 755 *
sudo chmod 755 -R /opt/lampp/htdocs
-R - recursive ??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment