Linux – Where is the information retreived by “uname” stored

coreutilslinuxunix

Uname utility in *nix retrieves wonderful meta information about the machine. Where is this information stored?

Best Answer

The uname command is actually a front end for a system call that does the same thing. The kernel pretty much knows what it is. You can also see this information on, for example /proc/sysinfo.