Day 2 of My 30-Day Linux Challenge: Navigating the Linux File System Like a Pro

Hey everyone! Welcome to Day 2 of my Linux journey as I prep for the RHCSA certification. Today’s focus? Getting comfortable moving around the Linux file system—because before you can manage systems, you need to know your way around them. This is one of the first hands-on skills every Linux user needs, and trust me, it feels great once it clicks! 1. pwd — Print Working Directory This simple command shows where you are in the file system. 2. ls — List Directory Contents This is your go-to command to see what’s inside a folder. 3. cd — Change Directory Move between folders with cd. It's your Linux GPS.

Apr 18, 2025 - 17:48
 0
Day 2 of My 30-Day Linux Challenge: Navigating the Linux File System Like a Pro

Hey everyone! Welcome to Day 2 of my Linux journey as I prep for the RHCSA certification. Today’s focus? Getting comfortable moving around the Linux file system—because before you can manage systems, you need to know your way around them.

This is one of the first hands-on skills every Linux user needs, and trust me, it feels great once it clicks!

1. pwd — Print Working Directory
This simple command shows where you are in the file system.

Image description

2. ls — List Directory Contents
This is your go-to command to see what’s inside a folder.

Image description

3. cd — Change Directory
Move between folders with cd. It's your Linux GPS.