<div dir="ltr"><div>Hi Scott,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 1, 2022 at 11:20 AM Stanke, Scott <<a href="mailto:Scott.Stanke@digi.com" target="_blank">Scott.Stanke@digi.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I understand the command from the Digi router shell: "modem sms-text 16511234567 world范例" runs the following commands:<br>
<br>
# # mmcli -m 0 \<br>
# > --messaging-create-sms="text='hello world范例',number='+16511234567'"<br>
# # mmcli -s 6 --send<br>
<br>
My test results, when running the above commands from the shell, shows the "/bin/sh: can't create --messaging-create-sms=text='hello world范例',number='+16511234567': Read-only file system" probably because I do not have the correct permissions when running from the shell. I will ask our Engineering team how to find if this filesystem error is seen when executing "--messaging-create-sms..." after the router shell command: "modem sms-text...".<br></blockquote><div><br></div><div>AFAICS the error you get is due to an extra ">" character in the command line you quoted above (at the beginning of the second line). This causes the shell to attempt to redirect mmcli's output into a file instead of supplying the desired CLI arg.</div><div><br></div><div>Regards,</div><div>Thilo</div></div></div>