Skip to content

Instantly share code, notes, and snippets.

@sancau
Last active March 30, 2017 07:58
Show Gist options
  • Save sancau/907da9d1593702f3077daa791938e039 to your computer and use it in GitHub Desktop.
Save sancau/907da9d1593702f3077daa791938e039 to your computer and use it in GitHub Desktop.
Totaly and recursively shared directory in Linux (even for newly created files and dirs)
!# /bin/sh
sudo mkdir /shared
sudo chmod a+rwxs /shared
sudo setfacl -d -m o:rwx /shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment