sudo免密码

Ubuntu

  1. 编辑sudo文件
sudo visudo
  1. 在文件末尾添加下列行,替换username为你自己的用户名
username ALL=(ALL) NOPASSWD: ALL
  1. 保存

你可能感兴趣的:(sudo免密码)