ubuntu,從新建一個使用者,到轉到新建使用者的命令列操作

期待一片自己的藍天發表於2014-05-06
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)

相關文章