Adding user'yourusername' ... Adding new group`yourusername' (1000) ... Adding new user`yourusername' (1000) with group'yourusername' ... Creating home directory `/home/yourusername' ... Copying files from `/etc/skel' ... Enter new UNIX password: Retype new UNIX password:
收入密码后,会让你填写一些用户信息,可以留空:
1 2 3 4 5 6 7 8 9
passwd: password updated successfully Changing the user information for shuspieler Enter the new value, or press ENTER for the default Full Name []: Room Number []: Work Phone []: Home Phone []: Other []: Is the information correct? [Y/n] y
加入sudo组:
1
adduser yourusername sudo
5.会有提示信息如下:
1 2 3
Adding user'yourusername' to group`sudo' ... Adding useryourusername to groupsudo Done.