1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 23:46:02 +02:00

iwctl: add Chinese translation (#16533)

This commit is contained in:
Shinsei 2025-06-03 22:17:08 +08:00 committed by GitHub
parent 006861bc2d
commit c718fb3fce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 32 additions and 4 deletions

28
pages.zh/linux/iwctl.md Normal file
View file

@ -0,0 +1,28 @@
# iwctl
> 控制 `iwd` 网络请求程序。
> 更多信息:<https://manned.org/iwctl>.
- 启动交互模式,在此模式您可以直接输入命令并带有自动补全:
`iwctl`
- 显示您的 Wi-Fi 站点:
`iwctl station list`
- 开始寻找带有站点的网络:
`iwctl station {{站点}} scan`
- 显示站点发现的网络:
`iwctl station {{站点}} get-networks`
- 连接到带有站点的网络,如果需要凭证,则会询问:
`iwctl station {{站点}} connect {{网络名称}}`
- 显示帮助:
`iwctl {{[-h|--help]}}`

View file

@ -7,10 +7,6 @@
`iwctl`
- Call general help:
`iwctl {{[-h|--help]}}`
- Display your Wi-Fi stations:
`iwctl station list`
@ -26,3 +22,7 @@
- Connect to a network with a station, if credentials are needed they will be asked:
`iwctl station {{station}} connect {{network_name}}`
- Display help:
`iwctl {{[-h|--help]}}`