Linux command
nm-connection-editor 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open connection editor
nm-connection-editor
Edit specific connection
nm-connection-editor -e [connection_uuid]
Create new connection
nm-connection-editor -c
Create specific type
nm-connection-editor -t [wifi]
说明
nm-connection-editor is a graphical editor for NetworkManager connections. It provides a GUI for creating, editing, and managing network connections. The editor handles wired, wireless, VPN, mobile broadband, and other connection types.
参数
- -e, --edit _uuid_
- Edit connection by UUID.
- -c, --create
- Create new connection.
- -t, --type _type_
- Connection type for new.
- -s, --show
- Show editor window.
FAQ
What is the nm-connection-editor command used for?
nm-connection-editor is a graphical editor for NetworkManager connections. It provides a GUI for creating, editing, and managing network connections. The editor handles wired, wireless, VPN, mobile broadband, and other connection types.
How do I run a basic nm-connection-editor example?
Run `nm-connection-editor` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -e, --edit _uuid_ do in nm-connection-editor?
Edit connection by UUID.