Skip to content

Commit

Permalink
Merge pull request #182 from srkoripe/patch-1
Browse files Browse the repository at this point in the history
Update linux-update-mde-linux.md
  • Loading branch information
denisebmsft authored Jan 24, 2025
2 parents 3825eba + 01295e9 commit 9b95366
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions defender-endpoint/linux-update-mde-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ms.collection:
ms.topic: conceptual
ms.subservice: linux
search.appverid: met150
ms.date: 12/16/2024
ms.date: 01/24/2025
---

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

> [!NOTE]
> Where 201118 == YYMMDD
> In our example, `201118` == `YYMMDD`.
> [!TIP]
> Do this before you edit or remove.
Expand Down Expand Up @@ -108,7 +108,9 @@ CRON_TZ=America/Los_Angeles
> ```
> [!NOTE]
> 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).
> 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.
> `[$(date +\%d) -le 15]` won't run unless it's equal or less than the 15th day (third week).
> This means the job runs at 6 a.m. every Sunday, but only if the day of the month is the 15th or earlier.
Press "Esc"
Expand Down

0 comments on commit 9b95366

Please sign in to comment.