Can't start an exe downloaded with wget

JC Oosthuizen jc.oosthuizen@gmail.com
Thu Mar 16 10:10:00 GMT 2006


> Hi,
>
> When I download a Windows exe from a random site with wget on a NTFS
> partition I can not start that exe. As a workaround I now download it on
> a FAT32 partition.
>
> Is there something I can do about this? Did I miss an option?

Perharps the permissions got messed up.

try chmod 755 <downloaded file>

This should give you permissions to execute the file just downloaded.

FAT32 does not support permissions and any file that ends with a .exe
will have execute permissions. This is not the case for NTFS
partitions.

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

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



More information about the Cygwin mailing list