• The uname command identifies elementary information about the system including its hostname.
    • uname → shows only the kernel name.
    • img_1
    • uname -a → showing all information
    • img_2
      • 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
    • img_3