there's no sudo command in cygwin
Posted
by Jason Sundram
on Stack Overflow
See other posts from Stack Overflow
or by Jason Sundram
Published on 2010-03-21T17:45:27Z
Indexed on
2010/03/21
17:51 UTC
Read the original article
Hit count: 694
cygwin
|command-line
Because there's no sudo command in Cygwin, scripts that I want to run fail with ./install.sh: line N: sudo: command not found
What's the standard way for getting around this? Editing the scripts to remove sudo? Getting some sudo-like tool for windows?
© Stack Overflow or respective owner