how to run exe file on red hat linux?
AFAIK There is no "exe" file in linux. What you do have is files with the rwx (read write execute) attributes. So if the execute bit is set and you have access to the file, you can run the file by just typing in the filename at the shell prompt
Gishu