- The
unamecommand identifies elementary information about the system including its hostname.uname→ shows only the kernel name.
uname -a→ showing all information
- Kernel name(1), hostname(2), kernel release(3), date and time of the kernel built(4), machine and hardware name(5), processor type(6), hardware platform(7), operating system name(8).
- More separate commands to try on
uname 