... | ... | @@ -87,6 +87,7 @@ Network Manager stores the configuration in `/etc/NetworkManager`. Specifically, |
|
|
The proper way to 'get' and 'set' per-connection settings, if wanting to do from the command line, is via the `nmcli` command.
|
|
|
e.g.
|
|
|
`nmcli conn show`
|
|
|
|
|
|
`nmcli conn show uuid | grep whatever`
|
|
|
where uuid is as listed by the first command.
|
|
|
A specific field can be retrieved with `nmcli -g fieldname conn show uuid`
|
... | ... | |