shibo-ubuntu@ubuntu:~$ sudo useradd karen
[sudo] password for shibo-ubuntu:
shibo-ubuntu@ubuntu:~$ sudo passwd karen
输入新的 UNIX 密码:
重新输入新的 UNIX 密码:
passwd:已成功更新密码
shibo-ubuntu@ubuntu:~$ sudo mkdir /home/karen
shibo-ubuntu@ubuntu:~$ sudo chown -Rv karen /home/karen
changed ownership of "/home/karen" from root to karen
shibo-ubuntu@ubuntu:~$ sudo groupadd -g 2001 music
shibo-ubuntu@ubuntu:~$ sudo gpasswd -a karen music
正在将用户“karen”加入到“music”组中
shibo-ubuntu@ubuntu:~$ su -l karen
密码:
$ whoami
karen
$ id
uid=1002(karen) gid=1002(karen) 组=1002(karen),2001(music)
$
解决ubuntu新建用户后,tab键不能使用的问题:http://www.linuxdiyf.com/linux/15701.html