From 3d8b299d917fcd54fd5f6555bdc0a923e984d495 Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Fri, 7 Feb 2020 11:38:43 -0500 Subject: [PATCH] Update ubuntu_network.md --- ubuntu_network.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. ---