File System & Storage
The Disk Detective
150 pts
0 solves
easy
hands-on
The server is running low on disk space. Several hidden directories are consuming
large amounts of storage. Your job is to find the LARGEST hidden directory and
write its full path to /home/challenger/answer.txt.
Hidden directories start with a dot (.) and are not shown by default with ls.
Use disk usage tools to track down the biggest offender.
Write ONLY the full path to the largest hidden directory in your answer file.
Ready to solve this?
Create a free account to launch containers, submit answers, and track your progress.