码迷,mamicode.com
首页 > 其他好文 > 详细

sudo密码一直出错

时间:2019-07-09 23:44:52      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:span   添加   star   命令   command   col   png   HERE   bsp   

Linux默认是没有将用户添加到sudoers列表中的,需要root手动将账户添加到sudoers列表中,才能让普通账户执行sudo命令。

 

所以要将用户添加到sudoers组中,才能执行sudo命令,否则

技术图片

 

如何添加呢?点击这里

切换到root,用vim编辑sudoers文件

$ su
# vim /etc/sudoers

在98行添加相应用户

## Allow root to run any commands anywhere
root     ALL=(ALL)     ALL
linuxmental    ALL=(ALL)     ALL

使用wq!保存

切换到普通用户,执行

sudo /etc/init.d/network restart

 

sudo密码一直出错

标签:span   添加   star   命令   command   col   png   HERE   bsp   

原文地址:https://www.cnblogs.com/zgqcn/p/11161203.html

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