Results 1 to 2 of 2
Hi ,
Is there a way of determining the time when the kernel was compiled ?
I've tried using the uname command , is that a correct way ?...
- 04-21-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 1
Determine kernel compilation time stamp
Hi ,
Is there a way of determining the time when the kernel was compiled ?
I've tried using the uname command , is that a correct way ?
- 04-22-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
uname -v or uname -a will give you the timestamp of the kernel build, yes. You can also look at /proc/version which also has this information. On my system, /proc/version contains this string:
Linux version 2.6.18-128.1.6.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)) #1 SMP Wed Apr 1 09:10:25 EDT 2009Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote