CentOS创建具有sudo权限账号

1.创建用户,假设用户名为abc

useradd abc

2.为用户设置密码

passwd abc

3.将用户加入wheel组

usermod -aG wheel abc

完成

你可能感兴趣的:(CentOS创建具有sudo权限账号)