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

How to Run Sudo Command Without Password

时间:2020-07-14 00:56:40      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:https   linux   out   coreos   passwd   登录   command   name   保存   

我使用的是root命令
操作系统:CoreOS_2345_3.0_x64
执行命令,将<username>替换为用户名

# sudo vi /etc/sudoers.d/<username>

然后输入一下内容保存

<username> ALL=(ALL) NOPASSWD:ALL

然后使用该username登录,再使用sudo时则不再提示输入用户名

参考:
https://linuxize.com/post/how-to-run-sudo-command-without-password/

How to Run Sudo Command Without Password

标签:https   linux   out   coreos   passwd   登录   command   name   保存   

原文地址:https://www.cnblogs.com/grj1046/p/13296547.html

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