mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:42:07 +02:00
airport: add Chinese translation
This commit is contained in:
parent
39b9d7b990
commit
91c4b70895
1 changed files with 19 additions and 0 deletions
19
pages.zh/osx/airport.md
Normal file
19
pages.zh/osx/airport.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# airport
|
||||||
|
|
||||||
|
> 无线网络配置工具.
|
||||||
|
|
||||||
|
- 显示当前的无线状态信息:
|
||||||
|
|
||||||
|
`airport -I`
|
||||||
|
|
||||||
|
- 在通道 1 上监察(嗅探)无线流量:
|
||||||
|
|
||||||
|
`airport sniff {{1}}`
|
||||||
|
|
||||||
|
- 扫描可用的无线网络:
|
||||||
|
|
||||||
|
`airport -s`
|
||||||
|
|
||||||
|
- 与当前的 Airport 网络脱离连接:
|
||||||
|
|
||||||
|
`sudo airport -z`
|
Loading…
Add table
Reference in a new issue