diff --git a/pages.zh/linux/iwctl.md b/pages.zh/linux/iwctl.md new file mode 100644 index 00000000000000..d46bf9e85c734f --- /dev/null +++ b/pages.zh/linux/iwctl.md @@ -0,0 +1,28 @@ +# iwctl + +> 控制 `iwd` 网络请求程序。 +> 更多信息:. + +- 启动交互模式,在此模式您可以直接输入命令并带有自动补全: + +`iwctl` + +- 显示您的 Wi-Fi 站点: + +`iwctl station list` + +- 开始寻找带有站点的网络: + +`iwctl station {{站点}} scan` + +- 显示站点发现的网络: + +`iwctl station {{站点}} get-networks` + +- 连接到带有站点的网络,如果需要凭证,则会询问: + +`iwctl station {{站点}} connect {{网络名称}}` + +- 显示帮助: + +`iwctl {{[-h|--help]}}` diff --git a/pages/linux/iwctl.md b/pages/linux/iwctl.md index 54da93db968882..b224aaf519e849 100644 --- a/pages/linux/iwctl.md +++ b/pages/linux/iwctl.md @@ -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]}}`