May 2017
Beginner
552 pages
28h 47m
English
$ hostname
Alternatively, they print the following:
$ uname -n
server.example.com
$ uname -a
server.example.com 2.6.32-642.11.1.e16.x86_64 #1 SMP Fri Nov 18
19:25:05 UTC 2016 x86_64 x86_64 GNU/Linux
$ uname -r
2.6.32-642.11.1.e16.x86_64
$ uname -m
x86_64
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel ...