1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:22:09 +02:00

airmon-ng: add Chinese translation (#9172)

This commit is contained in:
Ethan Liu 2022-10-19 13:57:31 +08:00 committed by GitHub
parent 59e59ea818
commit a69bc58fb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,20 @@
# airmon-ng
> 激活无线网络设备的监控模式。
> 更多信息:<https://www.aircrack-ng.org/doku.php?id=airmon-ng>.
- 列出无线设备和它们的状态:
`sudo airmon-ng`
- 为一个特定的设备打开监控模式:
`sudo airmon-ng start {{wlan0}}`
- 关闭使用无线设备的干扰进程:
`sudo airmon-ng check kill`
- 关闭某个特定网络接口的监控模式:
`sudo airmon-ng stop {{wlan0mon}}`