Я пытаюсь добавить использование для использования группы колес на сервере Ubuntu.
sudo usermod -aG колесо джон
Я получил:
usermod: группа 'wheel' не существует
На моем /etc /sudoers у меня есть это:
> cat /etc/sudoers
> # sudoers file.
> #
> # This file MUST be edited with the 'visudo' command as root.
> #
> # See the sudoers man page for the details on how to write a sudoers file.
> #
>
> # Host alias specification
>
> # User alias specification
>
> # Cmnd alias specification
>
> # Defaults specification
>
> # User privilege specification root ALL=(ALL) ALL %root ALL=(ALL) NOPASSWD: ALL
>
> %wheel ALL=(ALL) NOPASSWD: ALL
Должен ли я сделать группу и колесо?