Linux Level 1 20 points

Linux-01. Grep the Needle Out of the Log Pile

Mission

Under /var/log/app there are many date-stamped log files, and the flag is hidden in a single ERROR line among them. Use grep or find to locate that line.

#linux#grep

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag