标签:lin 普通用户 root用户登录 分配 test root用户 linux 通用 sudoers
在root用户登录下,
输入 vim /etc/sudoers ,在root ALL=(ALL) ALL 这一行后面按着这种格式加上你要添加sudo权限的的用户组名称。
eg:给 用户组为test分配sudo权限
test ALL=(ALL) ALL
注意:指令都是大写的。
标签:lin 普通用户 root用户登录 分配 test root用户 linux 通用 sudoers
原文地址:http://www.cnblogs.com/dyys/p/7351465.html