0

I want to check the settings of a specific NetworkManager connection "myconn". I can do this:

nmcli connection show myconn

Then it shows me several dozens of setting values which most of them are default values. But I want to just check those that are different from the default. How to do that?

1 Answer 1

0

nmcli -o connection show "$PROFILE"

Short for --overview

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .