If I run the following command in my executable file called "version" compiled on Fedora Core 11, I get this output
file version
: ELF 32-bit LSB executable, Intel 80386 version 1 (SYSV), dynamically linked (uses shared libraries), for GNU / Linux 2.6.18 , not stripping
What value of the number 2.6.18 is coming to an end, and is it useful for him to distinguish between clients, which version of any software should they download?
From what I have looked so far, this number is definitely not
- Kernel version
- Libc version
- Everything related to lsb_release
I would like to get a simple identifier to let customers know which binary version they should download, which ideally they should identify by typing a command (for example, uname -a, although this is obviously not the one in this case).
thanks
linux glibc version release
Simon k
source share