1. 程式人生 > >解決bash: ./text: cannot execute binary file

解決bash: ./text: cannot execute binary file

在root使用者下執行test下面的text檔案

原文:
[[email protected] test]# ./text
-bash: ./text: 許可權不夠


PS: 然後我用chmod u+x text命令:

出現下文:
[[email protected] test]# chmod u+x text
[[email protected] test]# ./text
-bash: ./text: cannot execute binary file

以後執行這個檔案都是提示: -bash: ./text: cannot execute binary file

方案:

不要使用-c引數。這樣gcc -o text text.c,這樣就可以直接./text。

轉自:https://blog.csdn.net/bbs598598/article/details/7488837

相關推薦

解決bash: ./text: cannot execute binary file

在root使用者下執行test下面的text檔案原文:[[email protected] test]# ./text-bash: ./text: 許可權不夠PS: 然後我用chmod u+x text命令:出現下文:[[email protected]

Bash On Windows(WSL)無法運行32Bit程序,報錯cannot execute binary file: Exec format error解決辦法

update bit sof 解決 ble bash ann code 通過 一、背景 windows下用linux工具,但32位的卻無法運行報錯 aapt: cannot execute binary file: Exec format error file aapt a

-bash: /root/java/jdk/bin/java: cannot execute binary file

image 需要 不兼容 log ava lin cut 相同 ann 錯誤   -bash: /root/java/jdk/bin/java: cannot execute binary file 錯誤原因   安裝的Linux的版本是32位的,下載的軟件是64位,版本不

CentOs -- java -version (-bash: /usr/local/java/jdk1.8.0_191/bin/java: cannot execute binary file)

-bash: /usr/local/java/jdk1.8.0_191/bin/java: cannot execute binary file 不能執行二進位制檔案,是Jdk的版本和Linux版本不相容引起的,重新安裝一個與Linux系統相容的Jdk即可!

請教 cannot execute binary file問題

在root使用者下執行test下面的MiniServer檔案原文:[[email protected] test]# ./MiniServer -bash: ./MiniServer: 許可權不夠PS: 然後我用chmod u+x MiniServer 命令:出

使用NDK編譯時出現cannot execute binary file的問題

最近開始玩Android了,因為其apk本身的安全問題如:容易被反編譯,資源容易被盜用……所以大多人會用NDK封裝一些自己定製的功能到so這樣的動態連結庫裡進行呼叫,於是下載了cygwin安裝了NDK-r8b版本,但是

Linux出現cannot create temp file for here-document: No space left on device的問題解決

查找 顯示錯誤 磁盤 depth target href -s reat temp 在終端輸入:cd /ho 按tab鍵時,顯示錯誤: bash: cannot create temp file for here-document: No space left on de

SpringCloud問題解決:spring-cloud-eureka啟動出錯Cannot execute request on any known server

錯誤 registry gis 出錯 行為 exec conn sport 問題解決 場景:   在啟動eureka server時,出現以下錯誤: com.sun.jersey.api.client.ClientHandlerException: java.net.C

ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement

== running \n 就是 linux下 錯誤 var 網上 fontsize 今天在學習MySQL時候,想要將文本文件的數據導入到數據庫中,卻發現一直報錯,換了導入文本的路徑也還是同樣的錯誤,錯誤顯示ERROR 1290 (HY000): The MySQL s

關於在使用sparksql寫程序是報錯以及解決方案:org.apache.spark.sql.AnalysisException: Duplicate column(s): "name" found, cannot save to file.

文件加載 mod 但是 路徑 win 錯誤 寫入 技術分享 over 說明:   spark --version : 2.2.0   我有兩個json文件,分別是emp和dept: emp內容如下: {"name": "zhangsan", "age": 26, "dep

當在寫android的xml檔案中出現Unexpected text found in layout file: """的解決辦法

#當在寫android的xml檔案中出現Unexpected text found in layout file: “”"的解決辦法 當出現 Unexpected text found in layout file: “”" Incorrect line e

VS2017開啟SDK解決方案時遇到“fatal error RC1015:cannot open include file 'winres.h'”

解決方法: 專案-->屬性-->配置屬性-->常規-->windowsSDK版本預設的是8.1,由於本人系統是Windows10,因此,點選右側下來按鈕,選擇下拉選單中的版本號(本人的機器顯示:10.0.17134.0)。更改完成後,確定即可。

-bash: sbin/lua: No such file or directory解決辦法

說明 有時候,可執行檔案Lua 明視訊記憶體在,執行時會提示-bash: sbin/lua: No such file or directory。首先想到的應該是依賴的動態連結庫缺少。 原因 首先檢視lua所依賴的動態連結庫有哪些 $ ldd sbin/lu

PIL及matplotlib:OSError: cannot identify image file錯誤及解決方式

PIL及matplotlib:OSError: cannot identify image file錯誤及解決方式 前言 錯誤訊息 問題排查 解決方法 後記 PIL跟Pillow的關係 matplotlib讀圖的方式

fatal error C1083 Cannot open include file 'iostream.h' No such file or directory 的解決方法

VC++6.0 中的一段程式,有用到iostream.h中的標準輸入輸出流,直接用 VS2005編譯器編譯的時候報錯“Cannot open include file: 'iostream.h': No such file or directory”。 舊的原始檔如下:

解決maven專案中出Build path is incomplete. Cannot find class file for org/apache/ibatis/session/SqlSession

錯誤描述:Build path is incomplete. Cannot find class file for org/apache/ibatis/session/SqlSession 意思是找不到org.mybatis.spring.mapper.MapperScan

解決交叉編譯工具鏈問題】bash: gcc:no such file or directory

在進行交叉編譯工具鏈安裝時,有三種方法: 1、原始碼編譯,手動安裝 2、二進位制可執行檔案直接安裝 3、直接解壓工具鏈,手動修改環境變數 為了方便,我們多用方法3進行安裝。但是問題來了,你的工具鏈製作時有可能是針對32位OS的,但是你的虛擬機器有可能是64位的。 這就導致一

-bash: fork: Cannot allocate memory問題,程序數滿了的解決辦法

  今天一大早來到公司就發現一臺遠端伺服器的程序滿了,無法連線上遠端伺服器,如下圖所示:      出現這種情況,主要是因為程序跑滿了,memory被消耗光了,無法為其他的操作,包括vnc操作命令和SSH連線分配記憶體,我們可以用兩個辦法:   1、init 6(重啟伺服器,注意,不是重啟tomcat)

Linux cp複製檔案錯誤解決cannot create regular file 'XX': No such file or directory

執行的操作:cp client.c /Desktop/work/myProjects/my_server3/ 錯誤資訊:cannot create regular file '/Desktop/work/myProjects/my_server3': No such fil

解決-bash: /opt/java/jdk1.8.0_191/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or d

問題    在linux CentOS7上安裝了jdk1.8 版本如下:             但是執行java -version 是提示錯誤     解決