1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 09:15:24 +02:00
tldr/pages.ko/common/hostapd.md

13 lines
329 B
Markdown
Raw Normal View History

# hostapd
> 무선 인터페이스를 사용하여 액세스 포인트를 시작.
> 더 많은 정보: <https://manned.org/hostapd>.
- 액세스 포인트 시작:
`sudo hostapd {{경로/대상/hostapd.conf}}`
- 백그라운드로 분기하여, 액세스 포인트를 시작:
`sudo hostapd -B {{경로/대상/hostapd.conf}}`