Skip to content

Commit 9ac4532

Browse files
Update troubleshoot-defender-micro-agent.md
Change ps command
1 parent d2a0af3 commit 9ac4532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/defender-for-iot/device-builders/troubleshoot-defender-micro-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You will know that the service is crashing if, the process uptime is less than 2
3636
Use the following command to verify that the Defender for IoT micro agent service is running with root privileges.
3737
3838
```bash
39-
ps -aux | grep " defender-iot-micro-agent"
39+
ps -aux | grep "defender_iot_micro_agent"
4040
```
4141
The following sample result shows that the folder 'defender_iot_micro_agent' has root privileges due to the word 'root' appearing as shown by the red box.
4242

0 commit comments

Comments
 (0)