2012-07-06 179 views
2

于是我运行下面的查询,奇怪的文件找不到错误

ls 
helloWorld.class jad Readme.txt 

file jad 
jad: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.0.0, stripped 

./jad helloWorld.class 
-bash: ./jad: No such file or directory 

所以看起来jad被检测为其他命令的参数,但是当我使用jad为命令,它不工作。有任何想法吗?

回答