I am using Ubuntu and I want to read the version of its kernel. I found a file named version in /proc/ that records the version of the current kernel.
If I dont want
Or you can read /proc/version, but this is not as good as calling uname(2) directly. uname(2) is more natural to C.