diff --git a/nmcli.md b/nmcli.md index 9e73bf00a..8cf127b58 100644 --- a/nmcli.md +++ b/nmcli.md @@ -1,2 +1,7 @@ - a [[tool]]. - When in doubt, you probably want [[man nmcli-examples]] :) + - `nmcli c up ` connects to an already known connection + - `nmcli c list` or `nmcli c l` lists known connections + - `nmcli device wifi list` or `nmcli d w l` lists available APs + - `nmcli d w c password ` connects with a password + - `nmcli --ask d w c ` asks for the password