what does “-sh: executable_path:not found” mean

前端 未结 2 723
日久生厌
日久生厌 2020-11-30 14:53

i am trying to run an executable in linux shell ( OpenELEC on raspberry pi )

OpenELEC:~ # /storage/fingi/usr/lib/autossh/autossh
-sh: /storage/fingi/usr/lib/         


        
2条回答
  •  臣服心动
    2020-11-30 15:09

    Check that the file has been set to executable permissions with ls -l if it hasn't change with chmod +x /storage/fingi/usr/lib/autossh/autossh

提交回复
热议问题