Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackie-do/4478c8060d03a413fd8f06fcaab7e5f7 to your computer and use it in GitHub Desktop.
Save jackie-do/4478c8060d03a413fd8f06fcaab7e5f7 to your computer and use it in GitHub Desktop.
Create a user without home directory and change it's directory to a new path, configure permission.

sudo adduser --no-create-home <username>

sudo usermod -d /path/to-a-directory <username>

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