取得root權限
$ su -
在ubuntu新增使用者
# adduser your_username
將使用者加入sudo群組
# usermod -aG sudo your_username
確認是否加入sudo群組成功
#groups your_username