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

[centos]sudo 设置

时间:2019-11-09 15:53:09      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:编辑   nbsp   用户   strong   sudoer   pass   etc   设置   nop   

文件

/etc/sudoers

(有sudo权限才行)编辑的话

visudo 或者 vi /etc/sudoers

 

默认有

user    ALL=(ALL)       ALL

添加sudo, 以用户lemon 为例

lemon ALL=(ALL) ALL

 

如果不想在sudo 的时候输密码, (谨慎)改成

lemon ALL=(ALL) NOPASSWD:ALL

 

[centos]sudo 设置

标签:编辑   nbsp   用户   strong   sudoer   pass   etc   设置   nop   

原文地址:https://www.cnblogs.com/fadedlemon/p/11826007.html

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