Skip to content

Instantly share code, notes, and snippets.

@sscotth
Created September 12, 2018 16:19
Show Gist options
  • Save sscotth/44042c3c57db742e08ae3c88d3dbefe3 to your computer and use it in GitHub Desktop.
Save sscotth/44042c3c57db742e08ae3c88d3dbefe3 to your computer and use it in GitHub Desktop.
Backup Restore File Permissions
getfacl -R folder > /tmp/permissions.acl
setfacl --restore=/tmp/permissions.acl
@sscotth
Copy link
Author

sscotth commented Oct 3, 2018

Samba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment