This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Step-by-Step Guide | |
| 1. **Check for Active Connections:** | |
| - Use `nmcli` to list active connections and identify the correct connection name: | |
| ```bash | |
| nmcli connection show | |
| ``` | |
| 2. **Edit the Connection Profile via nmcli:** |