Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
You can emulate windows (and thus run .exe's) using (among others) WINE (for `WINE Is No Emulator'). Consult your package manager's manual for general installation instructions.
Btw, if you go to User CP -> Edit Profile -> Distro and type in your distribution name and version (~= release number), you don't have to answer that question all the time.
I would suggest that you read http://www.catb.org/~esr/faqs/smart-questions.html -- it's a really good investment of your time: you'll get answers to your questions much faster, the answers will be better, and you'll generate good karma
For a file to be executable in linux, it has to be given permission to do so. This is done by the command: chmod a+x filename
... which doesn't make the executable automatically Do The Right Thing.
Actually, it might be a bad idea to +x .exe files, since you don't execute(*) them, and they most certainly aren't valid code in any format (a.out, ELF) used by GNU/Linux.
(*) `execute' is here used in the strict sense: running the file however sh does it (probably by looking for a #! line, then looking in magic, and then just assuming it's a shell script).
Of course, you could add an entry to magic telling that .exe-files are windows executables (if it isn't there already--nautilus automagically knows).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.