Ver Fonte

uname -a

Igor Shubovych há 9 anos atrás
pai
commit
b38e272b47
1 ficheiros alterados com 4 adições e 0 exclusões
  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`