Debian 系统添加用户 sudo 时报错

显示错误:

adduser: command not found

解决方案

使用 su -l 而非 su

$ su -l
# adduser <your_username_here> sudo
# logout

参考

https://unix.stackexchange.com/questions/565665/bash-adduser-command-not-found-debian-buster

添加新评论