今天有一同事安装了ORACLE后,在切换账号时遇到错误提示“-bash: .bash_profile: command not found”。如下所示

[root@GLETestLinux ~]# su - oracle
-bash: .bash_profile: command not found
[oracle@GLETestLinux ~]$ more .bash_profile
.bash_profile
 
# Get the aliases and functions
 
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi

相关文章:

  • 2021-07-09
  • 2021-08-23
  • 2021-04-06
  • 2021-06-09
  • 2021-09-10
  • 2021-07-25
猜你喜欢
  • 2021-08-19
  • 2021-09-05
  • 2021-07-17
  • 2021-07-22
  • 2021-08-11
  • 2021-10-11
  • 2021-05-15
相关资源
相似解决方案