Igor Shubovych 9 years ago
parent
commit
b38e272b47
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/uname.md

+ 4 - 0
pages/common/uname.md

@@ -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`