diff --git a/windows/security/threat-protection/microsoft-defender-atp/linux-support-install.md b/windows/security/threat-protection/microsoft-defender-atp/linux-support-install.md index d8bd217a3d..1de9872434 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/linux-support-install.md +++ b/windows/security/threat-protection/microsoft-defender-atp/linux-support-install.md @@ -39,7 +39,7 @@ Also check the [Client configuration](linux-install-manually.md#client-configura ## Installation failed -Check if wdavdaemon is running +Check if the mdatp service is running ```bash $ systemctl status mdatp @@ -79,7 +79,7 @@ where is /lib/systemd/system for Ubuntu and Debian distributions /usr/lib/systemd/system for Rhel, CentOS, Oracle and SLES ``` -and then re-run step 2. +and then rerun step 2. 4. If the above steps don’t work, try disabling SELinux, and then starting the service using step 2. Re-enable immediately though for security reasons after trying it. @@ -100,7 +100,7 @@ $ sudo mdatp --diagnostic --create ## Command-line tool “mdatp” isn't working -1. If running the command-line tool `mdatp` gives an error `command not found`, run the following: +1. If running the command-line tool `mdatp` gives an error `command not found`, run the following command: ```bash $ sudo ln -sf /opt/microsoft/mdatp/sbin/wdavdaemonclient /usr/bin/mdatp ``` diff --git a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md index 38477041ca..b682f3622d 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md +++ b/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-atp-linux.md @@ -145,6 +145,10 @@ Microsoft regularly publishes software updates to improve performance, security, Guidance for how to configure the product in enterprise environments is available in [Set preferences for Microsoft Defender ATP for Linux](linux-preferences.md). +## How to troubleshoot installation failures in Microsoft Defender ATP for Linux + +If you experience any failures during installation or issues with basic working of the product post installation, refer to [Troubleshooting installation failures in Microsoft Defender ATP for Linux](linux-support-install.md). + ## Resources - For more information about logging, uninstalling, or other topics, see the [Resources](linux-resources.md) page.