Merge pull request #374 from igorshubovych/uname-a

uname -a
This commit is contained in:
Igor Shubovych
2015-12-30 00:15:49 +02:00

View File

@@ -14,3 +14,7 @@
- Print the nodename (hostname) of the system - Print the nodename (hostname) of the system
`uname -n` `uname -n`
- Print all available system information (hardware, software, nodename)
`uname -a`