Skip to content

Commit 19c0507

Browse files
committed
Update run-analyzer-linux.md
1 parent 9fb0adc commit 19c0507

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Run the client analyzer on Linux
33
description: Run the Defender for Endpoint client analyzer on Linux
4-
uthor: denisebmsft
4+
author: denisebmsft
55
ms.author: deniseb
66
manager: deniseb
77
ms.reviewer: yongrhee
@@ -42,7 +42,7 @@ The XMDE Client Analyzer tool can be downloaded as a [binary](https://aka.ms/XMD
4242
4343
### Install the XMDE Client Analyzer
4444

45-
Download and extract the the XMDE Client Analyzer. You can use either the binary or Python version, as follows:
45+
Download and extract the XMDE Client Analyzer. You can use either the binary or Python version, as follows:
4646

4747
- [Binary version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux)
4848
- [Python version of the Client Analyzer](/defender-endpoint/run-analyzer-macos-linux)
@@ -279,7 +279,7 @@ This section provides instructions on how to run the tool locally on the Linux m
279279
chmod a+x mde_support_tool.sh
280280
```
281281

282-
6. Run as a non-root user to install required dependencies:
282+
6. Run as a nonroot user to install required dependencies:
283283

284284
```bash
285285
./mde_support_tool.sh
@@ -317,7 +317,7 @@ Use the following command to get the machine diagnostic.
317317
318318
Usage example: `sudo ./MDESupportTool -d`
319319
320-
NOTE: The log level auto-reset feature only available in 2405 or newer client version.
320+
NOTE: The log level autoreset feature only available in 2405 or newer client version.
321321
322322
### Positional arguments
323323
@@ -407,9 +407,9 @@ Usage example: `sudo ./mde_support_tool.sh skipfaultyrules -e true`
407407
| `Processes_information.txt` | Contains the details of the running Microsoft Defender for Endpoint related processes on the system. |
408408
| `Log.txt` | Contains the same log messages written on screen during the data collection. |
409409
| `Health.txt` | The same basic health output that is shown when running *mdatp health* command. |
410-
| `Events.xml` | Additional XML file used by the analyzer when building the HTML report. |
410+
| `Events.xml` | Another XML file used by the analyzer when building the HTML report. |
411411
| `Audited_info.txt` | Details on audited service and related components for [Linux](linux-resources.md) OS.|
412-
| `perf_benchmark.tar.gz` | The performance test reports. You'll see this only if you're using the performance parameter. |
412+
| `perf_benchmark.tar.gz` | The performance test reports. You'll see this file only if you're using the performance parameter. |
413413
414414
415415
## See also

0 commit comments

Comments
 (0)