在root下
useradd ding
passwd ding
赋予root权限
修改 /etc/sudoers 文件
## Allows people in group wheel to run all commands
%wheel ALL=(ALL) ALL
#usermod -g wheel tommy
在root下
useradd ding
passwd ding
赋予root权限
修改 /etc/sudoers 文件
## Allows people in group wheel to run all commands
%wheel ALL=(ALL) ALL
#usermod -g wheel tommy
本文标题:添加用户并赋予root权限
本文链接:https://www.haomeiwen.com/subject/kpludttx.html
网友评论