Skip to content

Commit 5e1dbf3

Browse files
authored
Merge branch 'public' into patch-2
2 parents 90d67fb + 9b95366 commit 5e1dbf3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

defender-endpoint/linux-update-mde-linux.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 12/16/2024
18+
ms.date: 01/24/2025
1919
---
2020

2121
# Schedule an update for Microsoft Defender for Endpoint on Linux
@@ -53,7 +53,7 @@ sudo crontab -l > /var/tmp/cron_backup_201118.dat
5353
```
5454

5555
> [!NOTE]
56-
> Where 201118 == YYMMDD
56+
> In our example, `201118` == `YYMMDD`.
5757
5858
> [!TIP]
5959
> Do this before you edit or remove.
@@ -108,7 +108,9 @@ CRON_TZ=America/Los_Angeles
108108
> ```
109109
110110
> [!NOTE]
111-
> In the examples above, we are setting it to 00 minutes, 6 a.m.(hour in 24 hour format), any day of the month, any month, on Sundays.[$(date +\%d) -le 15] == Won't run unless it's equal or less than the 15th day (3rd week). Meaning it will run every 3rd Sundays(7) of the month at 6:00 a.m. Pacific (UTC -8).
111+
> In the previous examples, we specified `00` minutes, 6 a.m. (hour using the 24-hour format), any day of the month, any month, on Sundays.
112+
> `[$(date +\%d) -le 15]` won't run unless it's equal or less than the 15th day (third week).
113+
> This means the job runs at 6 a.m. every Sunday, but only if the day of the month is the 15th or earlier.
112114
113115
Press "Esc"
114116

0 commit comments

Comments
 (0)