67 字
1 分钟
Linux sudo no passwd
2024-11-08
sudo visudo
- 在%sudo ALL=(ALL
) ALL下添加一行
username ALL=(ALL:ALL) NOPASSWD:ALL
如果是 nano
编辑则按如下方式保存
- 之后
ctrl
+o
,然后ctrl
+x
- 注销重新登录之后,不用再输入sudo密码了。
Archlinux需要添加如下内容
Defaults:username !authenticate
Linux sudo no passwd
https://lordhamster.com/posts/linux-sudo-no-passwd/