Linux Commands Examples

A great documentation place for Linux commands

nm-connection-editor

editor – network connection editor for NetworkManager


see also : nmcli - NetworkManager - nm-applet

Synopsis

nm-connection-editor [ OPTIONS ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
os.system("((nm-connection-editor &) ; sleep 3 ; killall nm-connection-editor) > /dev/null 2>&1")
# delete temporary file

description

nm-connection-editor is a GTK-based application to add, remove, and modify network connections stored by NetworkManager. NetworkManager must be running for any network connections to be added, removed, or modified.

options

-t, --type=<type>

Type of connection to create or show. Values are NetworkManager setting names, eg "802-3-ethernet", "802-11-wireless", "bridge", "bond", "wimax", "infiniband", "vlan", etc. Does nothing if --create or --show is not given.

-s, --show

Expand or collapse the network list to highlight the network connection type given by --type.

-c, --create

Create a new connection of the type given by --type and allow the user to modify connection details.

-e, --edit=<uuid>

Show the network connection edit window for the connection of the given UUID.


see also

nmcli , NetworkManager , nm-applet .

How can this site be more helpful to YOU ?


give  feedback