Linux Network Management Tool nmcli
There are over 60 Linux networking commands you can utilize to do all the system network configurations, some of them are well known and widely used such as ifconfig
, ip addr
, traceroute
, netstat
and ping
etc.., one command is very useful but relatively few being used, that is nmcli
which is used for controlling your network, just like its name network manager and also can do all the thing to configure your network like displaying network device status, create, edit, activate/deactivate and delete network connection.
syntax and options
nmcli
command has 2 arguments, one is option and the other one is object.
1 | nmcli [options] object {command | help} |