添加一个名为Alex的用户
adduser Alex
cd /home
passwd Alex
vim /etc/sudoers
找到 root ALL=(ALL) ALL 这行 ,在下面添加一行 。
## Allow root to run any commands anywhere root ALL=(ALL) ALL Alex ALL=(ALL) ALL