Connecting Tech Pros Worldwide Help | Site Map

What is the synonym of EXE in linux ?

Needs Regular Fix
 
Join Date: Dec 2006
Posts: 293
#1: Jan 28 '09
Like we run an EXE in Windows by double clicking on it or from the DOS prompt what is that in LINUX ?
micmast's Avatar
Familiar Sight
 
Join Date: Mar 2008
Location: Belgium
Posts: 136
#2: Jan 28 '09

re: What is the synonym of EXE in linux ?


./<your binary file>
Banfa's Avatar
AdministratorVoR
 
Join Date: Feb 2006
Location: South West UK
Posts: 6,148
#3: Jan 28 '09

re: What is the synonym of EXE in linux ?


There is no direct conversion in Linux because unlike Windows in Linux whether a file is executable or not is a property of the file not a function of its file extension.
Needs Regular Fix
 
Join Date: Dec 2006
Posts: 293
#4: Jan 29 '09

re: What is the synonym of EXE in linux ?


Quote:

Originally Posted by Banfa View Post

There is no direct conversion in Linux because unlike Windows in Linux whether a file is executable or not is a property of the file not a function of its file extension.


Yes you are right .

There are read, write and execute permissions for a file.
Reply