Skip to content

Instantly share code, notes, and snippets.

@NanoDano
Created August 3, 2020 03:07
Show Gist options
  • Save NanoDano/44163e856448cddec41d0724c4f97ce6 to your computer and use it in GitHub Desktop.
Save NanoDano/44163e856448cddec41d0724c4f97ce6 to your computer and use it in GitHub Desktop.
Add system user in Linux
# Adds a system user account with no home dir amd no login shell
sudo useradd --system --no-create-home --shell=/sbin/nologin my_custom_username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment