uname information.
NoOp
glgxg at sbcglobal.net
Sat Aug 4 22:11:27 UTC 2012
On 08/04/2012 04:22 AM, Kaushal Shriyan wrote:
> Hi,
>
> I have the following information on my laptop.
>
> kaushal at kaushal-laptop:~$ uname -v
> #39-Ubuntu SMP Thu Jul 19 19:39:19 UTC 2012 -> what does this line mean?
...
> kaushal at kaushal-laptop:~$ uname -a
> Linux kaushal-laptop 3.0.0-23-generic-pae #39-Ubuntu SMP Thu Jul 19
> 19:39:19 UTC 2012 i686 i686 i386 GNU/Linux
I'm surprised that C de-Avillez didn't break down the kernel part for
you. Anyway, starting at 3.0, the information can be broken down as:
3.0.0-23-generic-pae #39-Ubuntu
- this is actually 3.0.0-23.39-generic-pae
The breakdown is:
<base kernel version>-<ABI number>.<upload number>-<flavour>
so:
<base kernel version = 3.0.0>
<ABI number ((Application Binary Interface)) = 23>
<upload number = 39>
<flavour = generic-pae = generic kernel, pae enabled (allows a 32bit
kernel to access physical address space larger than 4 GB)>
#39-Ubuntu SMP Thu Jul 19 19:39:19 UTC 2012 i686 i686 i386 GNU/Linux
- Upload number 39,
- SMP (symmetric multiprocessing) multiprocessor, multicore enabled
- built date, time, year: Thu Jul 19 19:39:19 UTC 2012
- machine hardware name (i686) (sometimes called the hardware class or
hardware type)
- processor type (i686)
- hardware platform (i386) (means that the hardware is i386 backwards
compatible)
- operating system GNU/Linux
...
You might find these helpful:
<http://manpages.ubuntu.com/manpages/precise/man1/uname.1.html>
<https://en.wikipedia.org/wiki/Linux_kernel#Version_numbering>
<https://wiki.ubuntu.com/Kernel/FAQ>
<http://kernel-handbook.alioth.debian.org/ch-versions.html>
<ttps://launchpad.net/ubuntu/+source/linux/3.0.0-23.39>
<https://launchpad.net/ubuntu/+source/linux/3.0.0-23.39/+publishinghistory>
<https://launchpad.net/ubuntu/oneiric/+source/linux/3.0.0-23.39>
<https://en.wikipedia.org/wiki/Symmetric_multiprocessing>
More information about the ubuntu-users
mailing list