1、创建新用户
su root 或者直接在本用户下新terminal:sudo useradd -d /home/<username> -m <username>
2、若(*** is not in the sudoers file. This incident will be reported)出现添加新用户为sudoers
参考:http://blog.csdn.net/scut_flyaway/article/details/42760025
3、若忘记在useradd时候指定shell,因为使用 useradd 添加用户时, 默认配给用户的是最原始的 sh 而不是常用的 bash, 所以很多命令都不能使用
首先 echo $SHELL看返回的是什么shell,如果不是bash的话,最好修改一下
参考:http://blog.csdn.net/scut_flyaway/article/details/42759417
4、最后,如果是ubuntu用户,可以将用户改为默认登录和admin:
图形界面,点开“用户管理”窗口-->unlock用户-->修改为admin和默认登录