当我运行返回的提示时,一对一系统su - otrs
如下所示:
[root@some_server admin_app2]# su - otrs
Last login: Thu Jan 31 10:47:37 CET 2019 on pts/0
[otrs@some_server ~]$
另外一个:
[root@some_server admin_app2]# su - otrs
Last login: Thu Jan 31 10:47:37 CET 2019 on pts/0
-bash-4.2$
编辑1
-bash-4.2$
事实上,在第二个示例中,我登陆了 otrs 主目录,但显示的内容是 错误的 [otrs@some_server ~]$
?
编辑2
[root@some_server admin_app2]# echo $SHELL
/bin/bash
[root@some_server admin_app2]# bash --version
GNU bash, version 4.2.46(2)-release (x86_64-redhat-linux-gnu)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
答案1
您可以了解变量PS1
在第一台服务器上的定义方式(在文件.bashrc
、.bash_profile
、.bash_login
)中,并将此设置复制到第二台计算机。
答案2
请检查otrs的主目录是否存在
如果主目录不存在则会切换用户但不会跳转到用户的主目录