Skip to content

Instantly share code, notes, and snippets.

@rick4470
Last active August 29, 2015 14:14
Show Gist options
  • Save rick4470/bd2905fc6c345b2b3709 to your computer and use it in GitHub Desktop.
Save rick4470/bd2905fc6c345b2b3709 to your computer and use it in GitHub Desktop.
Create a daemon user on linux
adduser --system --home /location/of/program/to/run --no-create-home username
@rick4470
Copy link
Author

sudo adduser --system --no-create-home name

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