소스 검색

Merge pull request #285 from waldyrious/patch-1

use a more useful second example
Romain Prieto 9 년 전
부모
커밋
2e34e66405
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      pages/common/uname.md

+ 5 - 5
pages/common/uname.md

@@ -1,14 +1,14 @@
 # uname
 # uname
 
 
-> Print operating system name
+> Print details about the current machine and the operating system running on it
 
 
-- Print all available operating system and kernel information
+- Print hardware-related information: machine and processor
 
 
-`uname -a`
+`uname -mp`
 
 
-- Print the current operating system name (e.g. Linux, Darwin, SunOS, etc)
+- Print software-related information: system name (Linux, Darwin...), release number, and version
 
 
-`uname -s`
+`uname -srv`
 
 
 - Print the nodename (hostname) of the system
 - Print the nodename (hostname) of the system