Files
tldr/pages.tr/linux/nmcli-device.md

21 lines
503 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# nmcli device
> NetworkManager ile donanım aygıtı yönetimi.
> Daha fazla bilgi: <https://networkmanager.dev/docs/api/latest/nmcli.html>.
- Tüm ağ arayüzlerinin durumlarını yazdır:
`nmcli device status`
- Kullanılabilir kablosuz erişim noktalarını yazdır:
`nmcli device wifi`
- Belirtilen ad ve parola ile kablosuz ağa bağlan:
`nmcli device wifi connect {{ssid}} password {{parola}}`
- Geçerli kablosuz ağ için parola ve QR kodunu yazdır:
`nmcli device wifi show-password`