1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 15:02:09 +02:00
tldr/pages/linux/mmcli.md
Managor 2ca3b9de4b
mmcli: add examples (#10518)
* mmcli: add examples

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-07-24 23:20:20 +05:30

24 lines
548 B
Markdown

# mmcli
> Control and monitor the ModemManager.
> More information: <https://www.freedesktop.org/software/ModemManager/man/latest/mmcli.1.html>.
- List available modems:
`mmcli --list-modems`
- Print information about a modem:
`mmcli --modem={{modem}}`
- Enable a modem:
`mmcli --modem={{modem}} --enable`
- 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}}`