diff --git a/ubuntu_network.md b/ubuntu_network.md index 8d29e6e..2709b6c 100644 --- a/ubuntu_network.md +++ b/ubuntu_network.md @@ -8,13 +8,11 @@ ```bash # Run one by one to see if anything is useful nmcli device - nmcli - nmcli device show ``` -if your network device says `unmanaged`, it means **NetworkManager** will not try to use that device to connect. +`unmanaged` means **NetworkManager** will not manage that device. ---