NetworkManager Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * NetworkManager =General Status= <Pre> nmcli general status </pre> =Show All Connections= <pre> nmcli connection show </pre>")
 
Line 14: Line 14:
<pre>
<pre>
nmcli connection show
nmcli connection show
</pre>
=Show All Devices=
To show devices recognized by NetworkManager and their state:
<pre>
nmcli device show
</pre>
</pre>

Revision as of 16:30, 22 May 2017

Internal

General Status

nmcli general status


Show All Connections

nmcli connection show

Show All Devices

To show devices recognized by NetworkManager and their state:

nmcli device show