mmcli: add page (#5876)

This commit is contained in:
Seth
2021-05-10 21:47:07 +02:00
committed by GitHub
parent 2c860f4c65
commit b575ffe207

12
pages/linux/mmcli.md Normal file
View File

@@ -0,0 +1,12 @@
# mmcli
> Control and monitor the ModemManager.
> More information: <https://www.freedesktop.org/software/ModemManager/man/latest/mmcli.1.html>.
- 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}}`