Igor Shubovych hace 9 años
padre
commit
b38e272b47
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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`