Skip to content

Commit e5db361

Browse files
authored
Merge pull request #122072 from wilkovandevelde/main
Update troubleshoot-defender-micro-agent.md
2 parents fe14a9e + 9ac4532 commit e5db361

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)