Skip to content

Instantly share code, notes, and snippets.

@iammart
Created November 11, 2015 09:51
Show Gist options
  • Select an option

  • Save iammart/e18c3dbded00db64af31 to your computer and use it in GitHub Desktop.

Select an option

Save iammart/e18c3dbded00db64af31 to your computer and use it in GitHub Desktop.
Centos
# Add user
adduser -s /bin/false -d %PATH% %USER%
# Set user password
passwd %USER%
# Add permissions to ACL
setfacl -R -d -m "u:%USER%:rwx" %PATH%
setfacl -R -m "u:%USER%:rwx" %PATH%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment