Adding user `ben' ... Adding new group `ben' (1000) ... Adding new user `ben' (1000) with group `ben' ... Creating home directory `/home/ben' ... Copying files from `/etc/skel' ... Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully Changing the user information for ben Enter the new value, or press ENTER for the default Full Name []: Benature Room Number []: Work Phone []: Home Phone []: Other []: Is the information correct? [Y/n] y
root 权限
1
sudo vim /etc/sudoers
修改
1 2 3
# User privilege specification root ALL=(ALL:ALL) ALL ben ALL=(ALL:ALL) ALL