码迷,mamicode.com
首页 > 系统相关 > 详细

linux基础-给普通用户组分配sudo权限

时间:2017-08-12 21:18:26      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:lin   普通用户   root用户登录   分配   test   root用户   linux   通用   sudoers   

在root用户登录下,

输入 vim /etc/sudoers  ,在root    ALL=(ALL)   ALL 这一行后面按着这种格式加上你要添加sudo权限的的用户组名称。

eg:给 用户组为test分配sudo权限

 test ALL=(ALL) ALL

注意:指令都是大写的。

linux基础-给普通用户组分配sudo权限

标签:lin   普通用户   root用户登录   分配   test   root用户   linux   通用   sudoers   

原文地址:http://www.cnblogs.com/dyys/p/7351465.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!