"操作系统拒绝访问指定的文件"在Cygwin bash

时间:2015-04-09 20:43:38

标签: cygwin

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上运行一些脚本,但由于某些原因我无法运行这些脚本。我试图以管理员身份运行,我也尝试使用cygstart --action=runas,但似乎没有任何效果。有什么想法吗?

1 个答案:

答案 0 :(得分:0)

chmod 755 ping设置文件的权限。应该工作。