This is a discussion on uname information within the Linux Administration forums, part of the Linux Forums category; Hi, Where does Linux get 'uname' information from ?? Tejas Kokje...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Tejas Kokje wrote:
> Hi, > > Where does Linux get 'uname' information from ?? > > Tejas Kokje I guess partially from /proc/version and this is from man 2 uname --snip--- Part of the utsname information is also accessible via sysctl and via /proc/sys/kernel/{ostype, hostname, osrelease, version, domainname}. --snip-- Cheers, Kevin Verma |