看下来command not found 的错基本就是两种。
一种,路径设置错误,检查检查再检查,一般有错;
另一种,遇到过但我不是很明白,centos下当前terminal启动软件后关闭或不关闭,open tap或terminal都会报command not found,疑似后台运行,top杀进程。
需要yum安装的情况,除了64位系统运行32位软件,我遇到的都会报类似于: “bash/csh: ksh:command not found " 这时候就装ksh
或报 “bash/csh : lib.*:command not found” 这时候就yum search lib某某,以此类推
lib基本能搜到,搜不到就是yum 库不够新,可参考我这贴 http://bbs.eetop.cn/thread-841383-1-1.html