Linux Airplane Mode Link to heading
This works for GNOME/Ubuntu based, not sure about anything else.
We can use nmcli - CLI tool for controlling GNOME NetworkManager.
# airplane mode on
nmcli r wifi off
# airplane mode off
nmcli r wifi on
This works for GNOME/Ubuntu based, not sure about anything else.
We can use nmcli - CLI tool for controlling GNOME NetworkManager.
# airplane mode on
nmcli r wifi off
# airplane mode off
nmcli r wifi on