Re: uname -v prints the time

[email protected] (Bob Proulx) Fri, 4 Oct 2002 20:01:22 -0600
Newsgroups gmane.comp.gnu.sh-utils.bugs
Message-ID <[email protected]>
Colin Rose <[email protected]> [2002-10-05 01:23:57 +0930]:
> Is this correct behaviour
> 
> [rosec@thunderbird rosec]$ uname -v
> #1 Fri Sep 20 18:15:05 CEST 2002
> 
> I am using 2.05b.0(1)-release under mandrake 9

Yes.  The 'uname -v' command prints out the kernel version.  Linux has
traditionally used the date the kernel was compiled as the version.
Therefore you are seeing the 'linux kernel version' which is the date
when the kernel was compiled.

It does look strange.  But the kernel version string can be anything.

Bob