0
点赞
收藏
分享

微信扫一扫

linux用户登录后显示bash-4.2$


一般出现在新增用户后。

解决方案:

\cp /etc/skel/.bashrc  /home/rd;
\cp /etc/skel/.bash_profile /home/rd;
\cp /etc/skel/.bash_logout /home/rd;

重启登录即可。


举报

相关推荐

0 条评论