Created
December 17, 2018 20:40
-
-
Save mhou1981/e72a8e97345911b30bef747ce94cb4fe to your computer and use it in GitHub Desktop.
Set special folder permission to user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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