“Permission Denied” using cygwin in Windows

前端 未结 9 1498
终归单人心
终归单人心 2021-02-01 23:19

Background: I am trying to write a [.bat] file so I can double click it and a bash script will get invoked. The bash script will start up a few window

9条回答
  •  遇见更好的自我
    2021-02-01 23:43

    -rwx------+ might be the problem. Some hidden acl may forbid x for you. Reset your acl with setfacl then.

    $ cat >/tmp/faclx <

    Or you need elevated permissions:

    $ cygstart  --action=runas /cygdrive/c/Users/michael/Desktop/apps_and_drivers/GPU-Z.0.4.8.exe
    

提交回复
热议问题