Bootstrap FreeKB - Network Manager (nmcli) - nmcli general status
Network Manager (nmcli) - nmcli general status


apt-get, dnf or yum can be used to install the NetworkManager package which includes nmcli.

dnf install NetworkManager

 

And then start and enable NetworkManager.

systemctl start NetworkManager
systemctl enable NetworkManager

 

The nmcli general command should display the status of your network interface.

~]# nmcli general
STATE      CONNECTIVITY  WIFI-HW  WIFI     WWAN-HW  WWAN    
connected  full          enabled  enabled  enabled  enabled 

 

Often, this will produce the same exact output as the nmcli general status command.

~]# nmcli general status
STATE      CONNECTIVITY  WIFI-HW  WIFI     WWAN-HW  WWAN    
connected  full          enabled  enabled  enabled  enabled 

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 7ac4b1 in the box below so that we can be sure you are a human.