Skip to content

Commit 5957cba

Browse files
committed
Text edits
1 parent 3756cc2 commit 5957cba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

defender-endpoint/linux-custom-location-installation.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,11 @@ No, installation location changes require a fresh install.
137137
138138
- **Check running processes:**
139139
140-
Run: `ps aux | grep wdavdaemon`
141-
140+
Run: `ps aux | grep wdavdaemon`. The output should contain wdavdaemon process paths for microsoft_mdatp. For example:
141+
142142
```
143143
root 747798 0.3 1.5 1037180 154336 ? Ssl 12:26 0:21 /var/tmp/TestInstall/microsoft_mdatp/opt/microsoft/mdatp/sbin/wdavdaemon
144144
root 747844 0.0 0.8 945692 79676 ? Sl 12:26 0:04 /var/tmp/TestInstall/microsoft_mdatp/opt/microsoft/mdatp/sbin/wdavdaemon edr 16 15 --log_level info
145-
root 747932 0.0 0.2 255028 21472 ? Sl 12:26 0:01 /var/tmp/TestInstall/microsoft_mdatp/opt/microsoft/mdatp/sbin/telemetryd_v2 24 /var/log/microsoft/mdatp
146145
```
147146
148147
- **Check service status:**
@@ -159,7 +158,7 @@ No, installation location changes require a fresh install.
159158
‣ 747798 /var/tmp/TestInstall/microsoft_mdatp/opt/microsoft/mdatp/sbin/wdavdaemon
160159
```
161160
162-
- **Check custom installation path in `mde_path.json`:**
161+
- **Check the custom installation path in the *mde_path.json* file:**
163162
164163
- Primary: `/etc/opt/microsoft/mdatp/mde_path.json`
165164
- Example: `{"path": "/var/tmp/TestInstall/microsoft_mdatp"}`

0 commit comments

Comments
 (0)