課程
/運(yùn)維&測(cè)試
/Linux
/ Linux達(dá)人養(yǎng)成計(jì)劃 I
用 bath hello.sh 可以成功輸出,
但用 chmod 755 hello.sh
? ? ? ?./hello.sh ? ? ??就報(bào)錯(cuò)了
2015-08-17
源自: Linux達(dá)人養(yǎng)成計(jì)劃 I
正在回答
花了一個(gè)小時(shí),終于找到了錯(cuò)誤
在hello.sh文件中,第一行 ? #!/bin/bash
中 bash寫(xiě)成bath
hello.sh 的格式是unix的
舉報(bào)
Linux入門(mén)視頻教程,以通俗易懂的語(yǔ)言帶你感受linux之美
1 回答執(zhí)行hello.sh提示權(quán)限不夠
3 回答執(zhí)行./hello.sh文件,無(wú)法正常執(zhí)行,ech:未找到命令
5 回答為什么我輸入./hello.sh和絕對(duì)路徑都無(wú)法執(zhí)行
2 回答執(zhí)行腳本失敗 提示 -bash: ./hello.sh: /bin/basn: bad interpreter: No such file or directory
1 回答問(wèn)題來(lái)了:hello.sh本身就是sh目錄下啊,為什么直接寫(xiě)“hello.sh”不可以?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2015-08-17
花了一個(gè)小時(shí),終于找到了錯(cuò)誤
在hello.sh文件中,第一行 ? #!/bin/bash
中 bash寫(xiě)成bath
2015-08-17
hello.sh 的格式是unix的