X-Spam-Check-By: sourceware.org
Message-ID: <37ce792e0603160210w26a9f215xdc990f020fb73e@mail.gmail.com>
Date: Thu, 16 Mar 2006 12:10:23 +0200
From: "JC Oosthuizen" <jc.oosthuizen@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Can't start an exe downloaded with wget
In-Reply-To: <44192BB4.3070507@users.sourceforge.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
References: <44192BB4.3070507@users.sourceforge.net>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k2GAAhVQ001865

> 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/


