1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:22:09 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`