Igor Shubovych 9 rokov pred
rodič
commit
b38e272b47
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      pages/common/uname.md

+ 4 - 0
pages/common/uname.md

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