SSH 経由の Synology サーバーで、Linux でスクリプトを作成しようとしました
だから私はファイルtest.shを書きました
#!/bin/bash
echo "this is a test"
ファイルを保存しました。その後、私はしました
chmod 755 test.sh
私がした
./test.sh
その後、このエラーが発生しました
-ash "./test.sh" is not found
ファイルはで作成されました
/root
理解できない