How to Run Sudo Command Without Password
Posted grj1046
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to Run Sudo Command Without Password相关的知识,希望对你有一定的参考价值。
我使用的是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的主要内容,如果未能解决你的问题,请参考以下文章
How to fix 'sudo: no tty present and no askpass program'以及硬盘序列号的读写
[转]How do I run msbuild from the command line using Windows SDK 7.1?
How to keep Environment Variables when Using SUDO
How to generate file name according to datetime in bat command