1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages.ko/linux/iwctl.md
코드싸이 340dd5cc12
ifstat: fix typo, linux/i*: add Korean translation (#14706)
* linux/i*: add Korean translation

* ifstat: fix typo
2024-11-09 13:27:36 +09:00

28 lines
749 B
Markdown

# iwctl
> `iwd` 네트워크 서플리컨트를 제어합니다.
> 더 많은 정보: <https://archive.kernel.org/oldwiki/iwd.wiki.kernel.org/gettingstarted.html>.
- 대화형 모드 시작, 이 모드에서는 자동 완성 기능과 함께 명령어를 직접 입력할 수 있습니다:
`iwctl`
- 일반 도움말 호출:
`iwctl --help`
- Wi-Fi 스테이션 표시:
`iwctl station list`
- 스테이션으로 네트워크 검색 시작:
`iwctl station {{스테이션}} scan`
- 스테이션에서 찾은 네트워크 표시:
`iwctl station {{스테이션}} get-networks`
- 스테이션으로 네트워크에 연결, 자격 증명이 필요할 경우 요청받습니다:
`iwctl station {{스테이션}} connect {{네트워크_이름}}`