Find the answer to your Linux question:
Results 1 to 4 of 4
Sir, As we have executeable file extensions .exe , .msi and .msp for Windows. What is the file extension that is executable in Linux RHEL 5...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    10

    RHEL file extensions

    Sir,

    As we have executeable file extensions .exe , .msi and .msp for Windows. What is the file extension that is executable in Linux RHEL 5

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,097
    There is no such thing.

    linux (and unix) do not rely on a file suffix, but rathter on the executeable bit set for that file.

    see
    man chmod
    You must always face the curtain with a bow.

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    10
    Sir,

    How is the executeable bit is set. Can you please reply ?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Check this article on Linux File Permissions.
    Check this website for basic linux commands.
    Open Terminal and navigate the folder having file using cd command. Execute chmod command to set execution bit :
    Code:
    chmod +x <filename>
    If you are using Graphical Interface, right click on file and set execution bit in its properties.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...