相关问题
- How to get the return code of a shell script in lu
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Invoking Mirth Connect CLI with Powershell script
- Error building gcc 4.8.3 from source: libstdc++.so
看看passwd文件中登陆用户是不是/bin/bash
.bash_profile仅在登陆的时候执行一次,而.bashrc则是每次打开shell都会被执行。
原来是
.bash_profile
引起的,将.bash_profile
中的配置移至.bashrc
,删除.bash_profile
文件后问题解决