Hidden Files

LAB_03 - BEGINNER

BEGINNER
7 min
PROGRESS
0%
LAB BRIEFING
Discover files that are normally invisible

## LAB: FINDING HIDDEN FILES

SKILL FOCUS: Hidden File Discovery

DIFFICULTY: Beginner HACKER MINDSET: Look for what others try to hide

#

## THE SCENARIO

Linux systems have hidden files that don't show up with regular 'ls' commands. As a hacker, you need to know how to find these hidden files - they often contain important configuration data or secrets.

#

## WHAT YOU'LL LEARN

1. Use 'ls -a' to reveal hidden files 2. Understand what hidden files are (they start with a dot) 3. Navigate to system directories 4. Explore different parts of the file system

#

## WHY THIS MATTERS

  • • Hidden files often contain configuration and sensitive data
  • • System administrators hide important files this way
  • • Real hackers always check for hidden files

    #

    ## YOUR MISSION

  • Learn to uncover the files that others try to keep hidden.
    HACKER TERMINAL
    Practice your Linux skills in the terminal below
    1
    Reveal ALL files, including hidden ones

    Type this command:

    ls -a

    Use 'ls -a' to show all files, including hidden ones that start with a dot

    MOR3LABS TRAINING TERMINAL
    Advanced Linux Training Platform
    Type "help" for available commands, or follow the lab instructions above.
    student@mor3labs:/home/student$
    Current Step:1 of 4Completed:0
    Keep going! You're doing great!
    LAB SUMMARY
    0
    Steps Completed
    4
    Total Steps
    0%
    Progress