* Configure and manage network interfaces (both wired and wireless). * Create, modify, delete, and activate network connections. * Display detailed information about network devices and connections. * Troubleshoot network issues.
```bash nmcli device status ```
```bash nmcli device wifi connectpassword ```
```bash nmcli device wifi list ```
```bash nmcli connection add type ethernet ifname eth0 con-name my-eth0 ```
```bash nmcli device disconnect eth0 ```