Debian 与 sudo
将用户添加到sudo组
usermod -aG sudo [username]
验证sudo权限
sudo -l -U [username]
https://jumpcloud.com/blog/how-to-create-sudo-users-debian
1. Install sudo. Some installations do not come with sudo installed. If your does not, install sudo with apt.
# apt install sudo