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
,但似乎没有任何效果。有什么想法吗?
答案 0 :(得分:0)
chmod 755 ping
设置文件的权限。应该工作。