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 ...
- 01-08-2009 #1
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.
- 01-08-2009 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Google?
Since when does a file need some "extension" on the end to identify it? That is Windows-thinking...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.
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.
- 01-08-2009 #3
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.
- 01-08-2009 #4
AFAIK ELF is a file format and not an extension. You can find out a lot of details about them by reading this article.


Reply With Quote
