30. linux用su oracle 切换用户报“连接数据库报-bash-4.1$”处理方式
Posted on 2018-01-26 15:34 zkx4213 阅读(320) 评论(0) 编辑 收藏 举报直接在-bash-4.1$后面加上export PS1="[\u@\h \w]"即可,如下:
[root@localhost usr]# su oracle
-bash-4.1$ export PS1="[\u@\h \w]"
直接在-bash-4.1$后面加上export PS1="[\u@\h \w]"即可,如下:
[root@localhost usr]# su oracle
-bash-4.1$ export PS1="[\u@\h \w]"
Copyright © 2024 zkx4213
Powered by .NET 9.0 on Kubernetes