Skip to content

Commit 0d64a34

Browse files
committed
reviewed
1 parent 364be72 commit 0d64a34

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ While this article lists the command syntax for each user, we recommend using th
1919

2020
For more information, see [Access the CLI](../references-work-with-defender-for-iot-cli-commands.md#access-the-cli) and [Privileged user access for OT monitoring](references-work-with-defender-for-iot-cli-commands.md#privileged-user-access-for-ot-monitoring).
2121

22-
## List of commands
23-
24-
Here is the list of commands according to category:
22+
## List of available commands
2523

2624
| Category| Command |
2725
|****|*****|
2826
| config | config |
2927
| system | backup </br>date</br>hostname</br>ntp</br>password</br>reboot</br>sanity</br>shell</br>shutdown</br>syslog</br>version|
3028
| network | blink</br>capture-filter</br>list</br>ping</br>reconfigure</br>statistics</br>validate|
3129

32-
To list the commands in a category, type help. For example:
30+
### List commands in a category
31+
32+
To list the commands in a category, type ```help```. For example:
3333

3434
```bash
3535
shell> help
@@ -43,7 +43,13 @@ 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:
46+
### Commands at the shell and category level
47+
48+
You can type commands at the shell or category level.
49+
50+
At the shell level type: <category> <command> <parameter>.
51+
52+
Alternatively, type the <category> and press ENTER. The shell will change to the category name, then type <command> <parameter>. For example:
4753

4854
```bash
4955
shell> system ntp enable 10.0.0.1

0 commit comments

Comments
 (0)