Skip to content

Commit b6b2d88

Browse files
committed
Remove unhelpful lightbox, correct code blocks to valid types
1 parent 703ed7e commit b6b2d88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defender-endpoint/linux-schedule-scan-mde.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sudo crontab -e
6868
6969
You might see:
7070

71-
```outbou
71+
```console
7272
0 * * * * /etc/opt/microsoft/mdatp/logrorate.sh
7373
```
7474

@@ -94,7 +94,7 @@ Type "`:wq`" without the double quotes.
9494
9595
To view your cron jobs, type `sudo crontab -l`
9696

97-
:::image type="content" source="/defender/media/linux-mdatp-1.png" alt-text="The linux mdatp page" lightbox="/defender/media/linux-mdatp-1.png":::
97+
:::image type="content" source="/defender/media/linux-mdatp-1.png" alt-text="Screenshot of the linux mdatp page.":::
9898

9999
#### To inspect cron job runs
100100

@@ -148,7 +148,7 @@ Resource Type: salt.states.cron
148148

149149
**Example:**
150150

151-
```yml
151+
```yaml
152152
mdatp scan quick > /tmp/mdatp_scan_log.log:
153153
cron.present:
154154
- special: '@hourly'
@@ -223,7 +223,7 @@ crontab -u username -r
223223

224224
### Explanation
225225

226-
```
226+
```console
227227
+—————- minute (values: 0 - 59) (special characters: , \- \* /) <br>
228228
| +————- hour (values: 0 - 23) (special characters: , \- \* /) <br>
229229
| | +———- day of month (values: 1 - 31) (special characters: , \- \* / L W C) <br>

0 commit comments

Comments
 (0)