Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

29
linux/mmcli Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`