Created
January 27, 2023 08:41
-
-
Save luckydevilru/40d3fbc4a820800e4237e140b1a6bcb9 to your computer and use it in GitHub Desktop.
администрирование ubuntu 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
# -m - создание директории | |
sudo useradd -m login | |
# usermod -aG - добавлить пользователя в группу sudo | |
sudo usermod -aG sudo login | |
# установить пароль | |
sudo passwd login |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment