Skip to content

Instantly share code, notes, and snippets.

@Bat-Chat
Last active October 25, 2017 17:35
Show Gist options
  • Save Bat-Chat/394b11604d7fadaa4178 to your computer and use it in GitHub Desktop.
Save Bat-Chat/394b11604d7fadaa4178 to your computer and use it in GitHub Desktop.
find /dir -type f -exec chmod 0644 {} \;
find /dir -type d -exec chmod 0755 {} \;
sudo groupadd wb
sudo usermod -a -G wb www-data
sudo usermod -a -G wb batchat
sudo chgrp -R wb /dir
sudo chmod -R g+rwx /dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment