System and Hardware information

 

System and Hardware information



  1. Print all informationuname is mainly used to print system information.
$ uname -a
  1. Print kernel name:
$ uname -s
  1. Print kernel release:
$ uname -r
  1. Print Architecture:
$ uname -m
  1. Print Operating System:
$ uname -o

    Comments