"The operating system denied access to the specified file" 在 Cygwin 中 bash

"The operating system denied access to the specified file" in Cygwin bash

d@Desktop /cygdrive/c/users/test/otherfolder
$ cygstart --action=runas ping -c 1 www.google.com | grep 'bytes from' | cut -d
 = -f 4
Unable to start 'ping': The operating system denied access to the specified file
.

d@Desktop /cygdrive/c/users/test/otherfolder
$

我正尝试在 cygwin 上 运行 一些脚本,但由于某些原因我无法获得这些脚本 运行ning。我尝试以管理员身份 运行,我也尝试使用 cygstart --action=runas,但似乎没有任何效果。有什么想法吗?

chmod 755 ping设置文件的权限。应该可以。