This website works better with JavaScript
Home
Explore
Help
Sign In
nice-repo-share
/
linuxcommandgitbook
mirror of
https://github.com/Nick233333/gitbook.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add
nick
7 years ago
parent
75f7d134ad
commit
a456bee3d5
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
netstat-system.md
+ 2
- 0
netstat-system.md
View File
@@ -199,6 +199,8 @@ uname -n #打印主机名称
uname -r #打印系统版本号
+uname -m #查看系统位数
+
unmae -a #打印全部内核信息
```