"command not found"-For All Commands

Greg Chicares gchicares@sbcglobal.net
Sun May 30 23:14:00 GMT 2010


On 2010-05-30 22:36Z, physicist25 wrote:
> 
> -sh-3.2# cygcheck -s -v -r > cygcheck.out
> -sh: cygcheck: command not found
> -sh-3.2# cygcheck/ -s -v -r > cygcheck.out
> cygcheck: dump_sysinfo: GetVolumeInformation() for drive D: failed: 112
> -sh-3.2# 

Run it in a windows "command prompt" instead of in bash:
  cd \cygwin\bin
  cygcheck -s -v -r > cygcheck.out
There should be hundreds of lines of output in 'cygcheck.out'.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list