码迷,mamicode.com
首页 > 其他好文 > 详细

解决su – 后显示-bash-4.1#

时间:2015-09-25 20:21:13      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:

<1>现象

设置tfs的管理用户时。

su - admin时,出现

-bash-4.1#

<2>解决

chown  admin:admin /home/admin              #授予admin用户权限

把其他机器的.bashrc.bash_profile

[root@dongruan-tfs173 admin]# su - admin
-bash: sh_profile: command not found         #少copy了一些东西,出现了如下错误,可推断下一条也是admin用户环境变量的问题.按照这个思路排查即可.
-bash: shrc: command not found

[root@dongruan-tfs173 admin]# cat .bash_profile

sh_profile       #该是“#bash_profile”
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH

解决su – 后显示-bash-4.1#

标签:

原文地址:http://www.cnblogs.com/itcomputer/p/4839242.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!