Processes & Services
Kill the Miner
75 pts
0 solves
easy
hands-on
A rogue cryptocurrency miner process called `t43_cryptominer` is running
on this system, wasting CPU resources.
Your mission:
- Find the miner process and identify its **PID**
- Write the PID to `~/miner_pid.txt`
- **Kill** the process
*Hint: `ps aux | grep` or `pgrep` will help.*
Ready to solve this?
Create a free account to launch containers, submit answers, and track your progress.