Linux中切换用户变成-bash4.1-$的解决方法

原因是root在/root下面的几个配置文件丢失,将/etc/skel/目录下的三个文件拷贝到用户家目录即可

Linux中切换用户变成-bash4.1-$的解决方法

cp /etc/skel/.bashrc /root/

cp /etc/skel/.bash_profile  /root/

cp /etc/skel/.bash_logout  /root/

cp /etc/skel/{.bash_logout, .bash_profile, .bashrc} /root/

上一篇:改进动态设置query cache导致额外锁开销的问题分析及解决方法-mysql 5.5 以上版本


下一篇:fatal: unable to access 'https://github.com/open-falcon/falcon-plus.git/': Peer reports incompatible or unsupported protocol version