Skip to content

Commit d06c367

Browse files
committed
Update linux-install-manually.md
1 parent 3581126 commit d06c367

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defender-endpoint/linux-install-manually.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,13 +403,13 @@ Download the onboarding package from the [Microsoft Defender portal](https://sec
403403
>
404404
> To onboard a device that was previously offboard, you must remove the mdatp_offboard.json file located at /etc/opt/microsoft/mdatp.
405405

406-
If you're running RHEL 8.x or Ubuntu 20.04 or higher, you need to use `python3`. Run the below command:
406+
If you're running RHEL 8.x or Ubuntu 20.04 or higher, you need to use `python3`. Run the following command:
407407
408408
```bash
409409
sudo python3 MicrosoftDefenderATPOnboardingLinuxServer.py
410410
```
411411
412-
For the rest of distros and versions, you need to use `python`. Run the below command:
412+
For the rest of distros and versions, you need to use `python`. Run the following command:
413413
414414
```bash
415415
sudo python MicrosoftDefenderATPOnboardingLinuxServer.py
@@ -449,7 +449,7 @@ Download the onboarding package from the [Microsoft Defender portal](https://sec
449449
mdatp config real-time-protection --value enabled
450450
```
451451

452-
1. Open a Terminal window and execute the following command to run a detection test:
452+
1. To run a detection test, open a Terminal window. and then run the following command:
453453

454454
``` bash
455455
curl -o /tmp/eicar.com.txt https://secure.eicar.org/eicar.com.txt

0 commit comments

Comments
 (0)