"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 start 'ping': operating system denied access specified file . d@desktop /cygdrive/c/users/test/otherfolder $
i trying run scripts on cygwin, can't script running reasons. tried run administrator, tried using cygstart --action=runas
, nothing seems work. idea?
chmod 755 ping
set permissions of file. should work.