You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/linux-install-manually.md
+3-40Lines changed: 3 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ A successful deployment requires the completion of all of the following tasks:
55
55
56
56
Before you begin, see [Prerequisites for Defender for Endpoint on Linux](mde-linux-prerequisites.md) for a description of prerequisites and system requirements for the current software version.
57
57
58
+
For installation at a custom path, refer to [Prerequisites and system requirements for custom path installation](linux-custom-path-installation.md#prerequisites-and-system-requirements).
59
+
58
60
> [!WARNING]
59
61
> Upgrading your operating system to a new major version after the product installation requires the product to be reinstalled. You need to [Uninstall](linux-resources.md#uninstall-defender-for-endpoint-on-linux) the existing Defender for Endpoint on Linux application, upgrade the operating system, and then reconfigure Defender for Endpoint on Linux following the steps in this article.
60
62
@@ -261,46 +263,7 @@ In order to preview new features and provide early feedback, it's recommended th
261
263
## Pre Install Setup for Custom Path Installation
262
264
263
265
These steps are applicable only if Defender is to be installed in a custom location.
264
-
265
-
The custom installation path is denoted here as <custom_path>
266
-
267
-
> [!NOTE]
268
-
> Only absolute custom installation path is supported
269
-
270
-
1. Create the required directories for setup
271
-
```bash
272
-
sudo mkdir -p <custom_path>
273
-
sudo mkdir -p /etc/opt/microsoft/mdatp
274
-
```
275
-
276
-
2. Create the config json file `/etc/opt/microsoft/mdatp/mde_path.json`, specifying the custom installation path, in the mde config directory
277
-
278
-
File Content:
279
-
```
280
-
{"path":"<custom_path>"}
281
-
```
282
-
283
-
For example, if the custom installation path is to be set as `/custom/microsoft_mdatp`, `/etc/opt/microsoft/mdatp/mde_path.json` will be created with the following content:
> If you choose to skip creation of symlink, you can rely on the installer package to create the symlink for you, provided you have -
302
-
> 1. 1GB space in /opt or
303
-
> 2. You have managed the disk space check issue at your end
266
+
For detailed instructions on installing Microsoft Defender for Endpoint to a custom path, see [Manual installation: Pre-installation setup](linux-custom-path-installation.md#manual-installation-pre-installation-setup).
0 commit comments