Skip to content

Commit 4e33c5b

Browse files
committed
added example
1 parent 6ca76a3 commit 4e33c5b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/defender-for-iot/organizations/cli-ot-sensor.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,21 @@ date:
4343
ntp:
4444
```
4545

46+
Commands can be entered in the shell level or in the category level. At the shell level type the category first, followed by the command and then type any parameters needed for the command. Alternatively, type the category and press Enter. The shell will change to the category name, then type the command and parameter. For example:
47+
48+
```bash
49+
shell> system ntp enable 10.0.0.1
50+
Starting ntp-enable 10.0.0.1
51+
.....
52+
Finsihed ntp-enable
53+
54+
shell> system
55+
system> ntp enable 10.0.0.1
56+
Starting ntp-enable 10.0.0.1
57+
.....
58+
Finsihed ntp-enable
59+
```
60+
4661
## Appliance maintenance
4762

4863
### Check OT monitoring services health

0 commit comments

Comments
 (0)