Room Link: https://tryhackme.com/room/linuxcli-aoc2025-o1fpqkvxti
We are providing the official Day 1 walkthrough video for quick onboarding:
🔗 YouTube Link: https://youtu.be/enOqvR0-1O4?si=ICiOoy59nfKVHCki
When you enter McSkidy’s home directory, the first step is checking what’s available.
ls
Navigate into the Guides directory:
cd Guides
The folder looks empty until you reveal hidden files:
ls -la
Which exposes .guide.txt
cat .guide.txt

THM{learning-linux-cli}cd /var/log
grep "Failed password" auth.log

grepSearch the socmas directory:
find /home/socmas -name "*egg*"

THM{sir-carrotbane-attacks}sudo sucd /root
cat .bash_history

THM{until-we-meet-again}