Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Thanks! I am wondering how uname distinguishes kernel name and OS name? Commented Apr 13, 2014 at 3:36
  • @Tim - do you mean technically how it does it or what's the difference? Commented Apr 13, 2014 at 3:52
  • The latter, i.e. difference in concepts, but I believe it is also what the implementation of uname follows Commented Apr 13, 2014 at 3:57
  • @Tim - well the kernel's the kernel. Take a look at this Wikipedia page: en.wikipedia.org/wiki/Kernel_(computing). The OS is a combination of a kernel + additional applications & libraries. Commented Apr 13, 2014 at 4:14