tech-tips/Программное обеспечение/ОС и загрузчики/Linux/Настройка sudo.md

15 lines
458 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1. Заходим под рутом
2. Если на сервере не стоит `sudo` - ставим:
```shell
apt install sudo
```
3. Добавляем пользователя в группу `sudo`, чтобы он мог выполнять команды с повышенными привилегиями:
```shell
usermod -aG sudo username
```
4. Заходим под `username` и проверяем