Command line interface Command line reference
IX30 User Guide
1029
Parameters
path: The file path to save the support report to. (Default: /var/log/)
system time set
Set the local date and time using the timezone set in the system.time.timezone config setting.
Syntax
system time set <datetime>
Parameters
datetime: The date in year-month-day hour:minute:second format (e.g "2021-09-26 12:24:48").
system time sync
Perform a NTP query to the configured server(s) and set the local time to the first server that
responds.
Syntax
system time sync
Parameters
None
system time test
Test the configured NTP server(s) for connectivity. This test will not affect the device's current local
date and time.
Syntax
system time test
Parameters
None
tail
Tail a file to see its contents.
Syntax
tail <path> [timeout INTEGER] [filter STRING] [match STRING]
Parameters
path: The file to tail.
timeout: The amount of time in seconds to tail the file. (Default: 10)
filter: Only see output that contains this string.
match: Stop tail when this string is detected in output.