为什么root目录显示-bash-4.1
2020-06-25 本文已影响0人
bigdata张凯翔
解决方法:
cp /etc/skel/.bash* /root/ 从etc目录下复制.bash结尾的文件到/root中这里面有我们缺少的配置文件
ls -a /root/ 查看一下root列表
rerboot 重启Centos