mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 12:02:08 +02:00
409 B
409 B
wpa_supplicant
보호된 무선 네트워크 관리. 더 많은 정보: https://manned.org/wpa_supplicant.1.
- 보호된 무선 네트워크에 연결:
wpa_supplicant -i {{인터페이스}} -c {{경로/대상/wpa_supplicant_conf.conf}}
- 보호된 무선 네트워크에 연결하고 데몬으로 실행:
wpa_supplicant -B -i {{인터페이스}} -c {{경로/대상/wpa_supplicant_conf.conf}}