File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ sudo crontab -e
68
68
69
69
You might see:
70
70
71
- ``` outbou
71
+ ``` console
72
72
0 * * * * /etc/opt/microsoft/mdatp/logrorate.sh
73
73
```
74
74
@@ -94,7 +94,7 @@ Type "`:wq`" without the double quotes.
94
94
95
95
To view your cron jobs, type ` sudo crontab -l `
96
96
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. ":::
98
98
99
99
#### To inspect cron job runs
100
100
@@ -148,7 +148,7 @@ Resource Type: salt.states.cron
148
148
149
149
** Example:**
150
150
151
- ``` yml
151
+ ``` yaml
152
152
mdatp scan quick > /tmp/mdatp_scan_log.log :
153
153
cron.present :
154
154
- special : ' @hourly'
@@ -223,7 +223,7 @@ crontab -u username -r
223
223
224
224
### Explanation
225
225
226
- ```
226
+ ``` console
227
227
+—————- minute (values: 0 - 59) (special characters: , \- \* /) <br>
228
228
| +————- hour (values: 0 - 23) (special characters: , \- \* /) <br>
229
229
| | +———- day of month (values: 1 - 31) (special characters: , \- \* / L W C) <br>
You can’t perform that action at this time.
0 commit comments