there's no sudo command in cygwin

Posted by Jason Sundram on Super User See other posts from Super User or by Jason Sundram
Published on 2010-03-21T17:45:27Z Indexed on 2010/03/21 18:01 UTC
Read the original article Hit count: 655

Filed under:
|

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?

© Super User or respective owner

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: 655

Filed under:
|

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

Related posts about cygwin

Related posts about command-line