Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UNIX でシェル スクリプトを実行しようとしていますが、実行できないことを示すエラーが表示されます。
指示
Unix> Abc.ksh ksh: Abc.ksh: cannot execute
また試した
pcasvs17 > ./Abc.ksh ksh: ./Abc.ksh: cannot execute
スクリプトはで始まります
#!/bin/ksh
どんな助けでも大歓迎です。
chmod +x Abc.kshで再試行してください./Abc.ksh
chmod +x Abc.ksh
./Abc.ksh