Created
August 3, 2020 03:07
-
-
Save NanoDano/44163e856448cddec41d0724c4f97ce6 to your computer and use it in GitHub Desktop.
Add system user in Linux
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
# 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