Update ubuntu_network.md

This commit is contained in:
Marco D'Agostini 2020-02-07 11:38:43 -05:00
parent 0845c4e964
commit 3d8b299d91

View File

@ -8,13 +8,11 @@
```bash ```bash
# Run one by one to see if anything is useful # Run one by one to see if anything is useful
nmcli device nmcli device
nmcli nmcli
nmcli device show 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.
--- ---