mirror of https://github.com/CrimsonTome/tldr.git
20 lines
269 B
Markdown
20 lines
269 B
Markdown
|
# airport
|
||
|
|
||
|
> 无线网络配置工具.
|
||
|
|
||
|
- 显示当前的无线状态信息:
|
||
|
|
||
|
`airport -I`
|
||
|
|
||
|
- 在通道 1 上监察(嗅探)无线流量:
|
||
|
|
||
|
`airport sniff {{1}}`
|
||
|
|
||
|
- 扫描可用的无线网络:
|
||
|
|
||
|
`airport -s`
|
||
|
|
||
|
- 与当前的 Airport 网络脱离连接:
|
||
|
|
||
|
`sudo airport -z`
|