1. 阿里云>
  2. 云栖社区>
  3. 主题地图>
  4. B>
  5. bash:

当前主题:bash:

-bash: .bash_profile: command not found

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

阅读全文

-bash: ulimit: pipe size: cannot modify limit: Invalid argument

从root账号切换到oracle账号时,出现了“-bash: ulimit: pipe size: cannot modify limit: Invalid argument”提示,一般出现这个错误是因为在设置.bash_profile时,没有注意空格的缘故造

阅读全文

疑难杂症——bash: /dev/null: Permission denied

描述 在使用 Devstack 的时候需要时常切换用户su stack,此时会触发错误: root@mickeyfan-dev:~# su stack bash: /dev/null: Permission denied bash: /dev/null: P

阅读全文

CentOS -bash: warning: setlocale: LC_MESSAGES: cannot change locale (en_US.UTF-8)

centos5.x 登陆显示: -bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory -bash: warning:

阅读全文

alpine docker exec: "/bin/bash": stat /bin/bash: no such file or directory 解决方案

alpine docker exec: "/bin/bash": stat /bin/bash: no such file or directory 解决方案 docker exec -it 029e6df30836 /bin/bash exec: "/bi

阅读全文

pod 命令-bash: --: command not found

pod 命令-bash: --: command not found 升级完系统执行 pod update 或者 pod install命令的时候出现: -bash: --: command not found ,别着急是因为你的pod 文件路径错了。在终端执

阅读全文

MySQL问题解决:-bash:mysql:command not found

MySQL问题解决:-bash:mysql:command not found 问题: [root@linux115 /]# mysql -uroot -p -bash: mysql: command not found 因为mysql命令的路径在/usr/l

阅读全文

linux中打开mysql的问题-bash: mysql: command not found

MySQL问题解决:-bash:mysql:command not found 问题: [root@linux115 /]# mysql -uroot -p -bash: mysql: command not found 因为mysql命令的路径在/usr/l

阅读全文

bash:相关问答

查看更多 提问题

登录服务器提示-bash: id: command not found-bash: mkdir: command not found-bash: ls: command not found-bash: tty: command not found-bash: mktemp: command not found-bash: $TMP: ambiguous redirect-bash: rm: command not found

-bash: id: command not found-bash: mkdir: command not found-bash: ls: command not found-bash: tty: command not found-bash: mktemp:

阅读全文

-bash: java: command not found

-bash: java: command not found 之后输入 export PATH=$PATH:$HOME/bin:/opt/ntong/ntec/bin:/opt/ntong/jdk_1.6/bin:/usr/lib64 export JA

阅读全文

bash: mkswap: command not found

#mkswap /data0/swap bash: mkswap: command not found #yum install -y mkswap Loaded plugins: fastestmirror Loading mirror spee

阅读全文

-bash: i#: command not found错

只要远程登录linux 就报![QQ_20170602173216](https://yqfile.alicdn.com/600c6ece96df78dc5dab0fabde2a7d69641c834b.png)-bash: i#: command not

阅读全文

bash: Is: command not found

[root@ku~]# Is bash: Is: command not found [root@ku ~]# echo $PATH /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/b

阅读全文

安装好了Alisql,但是执行mysql -uroot -p 显示-bash: mysql: command not found 有没有默认密码

安装好了Alisql,但是执行mysql -uroot -p 显示-bash: mysql: command not found 有没有默认密码

阅读全文

ssh登录linux服务器,/bin/bash: No such file or directory

![QQ20170908_111731_2x](https://yqfile.alicdn.com/4eab58a552f50f58a3a6d399070f33fd7ccfd6fb.png) ssh root@xx.xx.xx.xx 输入密码后,显示W

阅读全文

Bash:如何灵活的修改环境变量呢?

/etc/profile内容如下 export JAVA_HOME=/usr/java/jdk1.7.0_79 # 第一行 export PATH=$JAVA_HOME/bin:$PATH # 第二行 现需要删除环境变量"JAVA_HOME",直接删

阅读全文