diff --git a/pages/linux/mmcli.md b/pages/linux/mmcli.md new file mode 100644 index 0000000000..905061b19d --- /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}}`