sudo adduser <ACCOUNT>
sudo usermod -g sudo <ACCOUNT>
也可以至/etc/sudoer 中加上
root ALL=(ALL) ALL <ACCOUNT> ALL=(ALL) ALL #加上這行