Skip to content

Instantly share code, notes, and snippets.

@nim4n136
Created December 28, 2020 01:57
Show Gist options
  • Save nim4n136/ffd054302df0bc9a641694f097580305 to your computer and use it in GitHub Desktop.
Save nim4n136/ffd054302df0bc9a641694f097580305 to your computer and use it in GitHub Desktop.
Change mode add access write to group user linux
# Add access write to group user linux
usermod -G user_apache apache
chmod g+rwx /var/www/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment