我正在尝试为在 Ubuntu 服务器中使用的轮组添加一个用途。
sudo usermod -aG 轮约翰
我得到:
usermod:组“轮”不存在
在我的 /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
Run Code Online (Sandbox Code Playgroud)
我必须对轮子进行 groupadd 吗?
归档时间: |
|
查看次数: |
75032 次 |
最近记录: |