其因是家目录下缺少文件:
1
2
|
ls -a /etc/skel/
. .. .bash_logout .bash_profile .bashrc |
全部拷贝到家目录即可:
1
|
cp /etc/skel/ . bash * /home/darren/
|
本文转自 王家东哥 51CTO博客,原文链接:http://blog.51cto.com/xiaodongge/1956407
其因是家目录下缺少文件:
1
2
|
ls -a /etc/skel/
. .. .bash_logout .bash_profile .bashrc |
全部拷贝到家目录即可:
1
|
cp /etc/skel/ . bash * /home/darren/
|