Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
Find the process with the target command-line argument among several processes running in the background. This exercise checks basic usage of the ps command.
ps aux shows every process currently running
Look carefully at the full arguments so decoy processes don't mislead you
Combining with grep filters more efficiently