I'm wondering how to display a connection status using [
nmcli
](https://linux.die.net/man/1/nmcli) . I understand that the following will display a list of configured connections:
nmcli con show
And I also understand that the following will show only active connections:
nmcli con show --active
And that the following will display *all* settings for a connection (which is a very long list):
nmcli con show {connection_name}
My question is: Is there a quick way to display the status of a connection? Something similar to:
nmcli con status {connection_name}
Noting that the above is actually *not* a valid option on CentOS or Fedora.
Asked by Khaled Abuelenain
(383 rep)
May 5, 2018, 03:13 PM
Last activity: May 4, 2025, 07:04 AM
Last activity: May 4, 2025, 07:04 AM