📜  密码需要 sudo - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:25.203000             🧑  作者: Mango

代码示例1
# Run the following command
sudo visudo

# Add the following to the bottom of the file and substitute 'username'
# for your own linux username
username     ALL=(ALL) NOPASSWD:ALL