# Task 6 - Maintaining Your System: Automation

## Task 6 Maintaining Your System: Automation

### Ensure you are connected to the deployed instance and look at the running crontabs.

{% hint style="warning" %}
**HINT:** Remember that we can use crontab -e to edit the user's crontab file.
{% endhint %}

{% hint style="success" %}
No answer needed
{% endhint %}

### When will the crontab on the deployed instance (MACHINE\_IP) run?

{% hint style="warning" %}
**HINT:** Take a look at the position and the value within the appropriate column
{% endhint %}

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`@reboot`

</details>
