Created
December 27, 2021 06:19
-
-
Save mw866/412ff2d0deff26d3b78e84198a6c25e9 to your computer and use it in GitHub Desktop.
ssh
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
# Ubuntu | |
# Add users | |
sudo adduser newuser | |
# Delete users | |
sudo deluser newuser | |
# Show users | |
less /etc/passwd | |
getent passwd | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment