What is the synonym of EXE in linux ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pankajit09
    Contributor
    • Dec 2006
    • 296

    What is the synonym of EXE in linux ?

    Like we run an EXE in Windows by double clicking on it or from the DOS prompt what is that in LINUX ?
  • micmast
    New Member
    • Mar 2008
    • 144

    #2
    ./<your binary file>

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      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.

      Comment

      • pankajit09
        Contributor
        • Dec 2006
        • 296

        #4
        Originally posted by Banfa
        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.

        Comment

        Working...