Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 471 Bytes

nmcli.md

File metadata and controls

35 lines (28 loc) · 471 Bytes

Show if network manager manages interface

nmli device

Disable interface for network manager

nmcli device set <interface> managed no

Show all connections

nmcli connection

Delete connection

nmcli c delete <id>

Show details of a connection

nmcli connection show <name>

List available wifis (passiv)

nmcli device wifi list

Rescan for available wifis (active)

nmcli device wifi rescan