原因:删除了root/.bashrc 和 root/.bash_profile两个文件的丢失
解决办法:
1 -bash-4.2# cp /etc/skel/.bashrc /root/ 2 -bash-4.2# cp /etc/skel/.bash_profile /root/
将linux中备份的.bashrc 和.bash_profile两个文件cp到root下,退出当前shell重新登录。