From b575ffe207039a4fafa0d6e406a182b9c0316505 Mon Sep 17 00:00:00 2001 From: Seth Date: Mon, 10 May 2021 21:47:07 +0200 Subject: [PATCH] mmcli: add page (#5876) --- pages/linux/mmcli.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/mmcli.md diff --git a/pages/linux/mmcli.md b/pages/linux/mmcli.md new file mode 100644 index 000000000..905061b19 --- /dev/null +++ b/pages/linux/mmcli.md @@ -0,0 +1,12 @@ +# mmcli + +> Control and monitor the ModemManager. +> More information: . + +- List SMS messages available on the modem: + +`sudo mmcli --modem={{modem}} --messaging-list-sms` + +- Delete a message from the modem, specifying its path: + +`sudo mmcli --modem={{modem}} --messaging-delete-sms={{path/to/message_file}}`