{% hint style="success" %} No answer needed {% endhint %}
If we were to launch a process where the previous ID was "300", what would the ID of this new process be?
Reveal Flag 🚩
🚩301
Reveal Flag 🚩
🚩SIGTERM
{% hint style="warning" %} HINT: Use ps aux to list all running processes. We're looking for a process that seems "out of the ordinary" {% endhint %}
Reveal Flag 🚩
🚩THM{PROCESSES}
{% hint style="warning" %} HINT: systemctl [option] [service] {% endhint %}
Reveal Flag 🚩
🚩systemctl stop myservice
{% hint style="warning" %} HINT: systemctl [option] [service] {% endhint %}
Reveal Flag 🚩
🚩systemctl enable myservice
Reveal Flag 🚩
🚩fg