Start your terminal to use beginner mode.
Scenario
You have noticed an unexpected spike in system load. You suspect a batch of recently spawned jobs is responsible and need to isolate processes that started within the last few minutes.
Task
Identify all processes started within the last 10 minutes and save their PID, User, Start Date (lstart), and Command to /home/devops/recent_processes.txt. Once recent processes written to the file Terminate the Suspicious processes (i.e any process that doesn't belong to the root user or systemd).
Example
The file /home/devops/recent_processes.txt should contain the list of recently started processes:
PID USER STARTED CMD
8234 deploy Mon Oct 29 16:37:12 2025 /opt/scripts/deploy.sh
8235 deploy Mon Oct 29 16:37:15 2025 bash ./worker_start.sh
Terminal requires a larger screen
Open this page on a desktop or tablet (≥ 768px) to launch the terminal and practice hands-on.
Linux Terminal Environment
Write and execute your solution in the terminal below.
Track
| Question | Difficulty | Company | Access |
|---|
Plus500