Estou tentando adicionar um uso ao grupo wheel usando um servidor Ubuntu.
sudo usermod -aG wheel john
Eu recebo:
usermod: group 'wheel' does not exist
No meu / etc / sudoers eu tenho isso:
> 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
Eu tenho que fazer groupadd de roda?