linux下出现bash: ./demov: cannot execute binary file的问题
Posted 大灬白
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux下出现bash: ./demov: cannot execute binary file的问题相关的知识,希望对你有一定的参考价值。
用root权限执行程序:
依旧出现bash: ./demov: cannot execute binary file
赋予可执行权限:
chmod 4755 demov
之后查看程序已经有了可执行权限了:
ls -l
但是依然提示:不能作为二进制文件执行
file demov
查看程序信息:
发现原来是64位的ELF文件,我的这个虚拟机是32位Ubutun
换成64位的Linux操作系统即可执行该程序:
以上是关于linux下出现bash: ./demov: cannot execute binary file的问题的主要内容,如果未能解决你的问题,请参考以下文章
Linux下执行.sh命令出现-bash: ./bin/start.sh: /bin/bash^M: bad interpreter: No such file or directory
Mac OS X下修改.bash_profile之后source .bash_profile出现“command not found”问题解决
Linux下运行bash脚本显示“: /usr/bin/env: "bash ": 没有那个文件或目录
Linux Debian下突然所有命令未找到,显示bash: xxxxx: command not found的解决办法
Linux Debian下突然所有命令未找到,显示bash: xxxxx: command not found的解决办法