Find the answer to your Linux question:
Results 1 to 4 of 4
I've never heard or seen any files with an .elf extension on my system, so I'm trying to figure out why they are so important to the core files of ...
  1. #1
    Linux User SkittleLinux18's Avatar
    Join Date
    Dec 2007
    Location
    Mesa, AZ
    Posts
    302

    What are .elf file formats?

    I've never heard or seen any files with an .elf extension on my system, so I'm trying to figure out why they are so important to the core files of Linux.
    Using Linux since June 2007
    Distros: Mint 12
    SPECS: AMD Atholon 64 X2 5400+, 2GB RAM, GeForce 8800 GTS
    When your whole life is on one computer, servers and all, choose stability over anything else.

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Google?

    1. What is ELF? An introduction

    ELF (Executable and Linking Format) is a binary format originally developed by USL (UNIX System Laboratories) and currently used in Solaris and System V Release 4. Because of its increased flexibility over the older a.out format that Linux previously used, the GCC and C library developers decided last year to move to using ELF as the Linux standard binary format also.
    Since when does a file need some "extension" on the end to identify it? That is Windows-thinking...

    If I rename file.doc to file.exe does that make it an executable? *Nix systems are not big on a name extension identifying the type of file.

  3. #3
    Linux User SkittleLinux18's Avatar
    Join Date
    Dec 2007
    Location
    Mesa, AZ
    Posts
    302
    I share the same sentiments. But I just recently learned that it is a favorite target for Virus writers who are targeting Linux computers.
    Using Linux since June 2007
    Distros: Mint 12
    SPECS: AMD Atholon 64 X2 5400+, 2GB RAM, GeForce 8800 GTS
    When your whole life is on one computer, servers and all, choose stability over anything else.

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,341
    AFAIK ELF is a file format and not an extension. You can find out a lot of details about them by reading this article.

Posting Permissions

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