Loading…
A web server has been having problems. Your job is to investigate using your terminal skills.
The server directory contains application files, logs, and configs. Something is wrong and you need to find clues.
find to locate any file with "error" in its name inside the server directory.server/logs/error.log.grep to find lines containing CRITICAL in server/logs/error.log.report.txt that contains the word CRITICAL and the text disk full.Tip: You can combine commands. Run them one at a time and check your work when all 4 are done.
Loading terminal engine...
This may take a moment on first load