Skip to content

Instantly share code, notes, and snippets.

@mhou1981
Created December 17, 2018 20:40
Show Gist options
  • Save mhou1981/e72a8e97345911b30bef747ce94cb4fe to your computer and use it in GitHub Desktop.
Save mhou1981/e72a8e97345911b30bef747ce94cb4fe to your computer and use it in GitHub Desktop.
Set special folder permission to user
#!/bin/bash
sudo -i
setfacl -m u:username:rwx /path/to/folder_or_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment