Linux 运行命令 提示 bash command not found

Posted qinxu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 运行命令 提示 bash command not found相关的知识,希望对你有一定的参考价值。

这是系统path路径设置错误的问题,path没有设置对 系统就无法找到命令

1.运行:export PATH=/usr/bin:/usr/sbin:/bin:/sbin (执行完先不要关闭终端,这样保证命令行暂时可使用)

2.打开  vim /etc/profile 查看配置是否正确 我的是JDK的路径配置错了

 找到问题后 :wq

                    source profile

即可解决!

以上是关于Linux 运行命令 提示 bash command not found的主要内容,如果未能解决你的问题,请参考以下文章

linux shell脚本有编译器吗?每次都是运行后提示很多错误啊,能在编写的时候提示错误吗?

Linux下提示命令找不到:bash:command not found

linux下提示命令找不到:-bash:command not found

linux中 命令提示符变成 bash-2.05b$ 是怎么回事?连@都没有了

linux定时任务shell脚本开头如下 cd ~ . .bash_profile 定时任务执行后提示找不到.bash_profile啥情况

登录linux系统命令提示符显示为:-bash-4.1$