Let's explore the world of Linux and unlock the skills needed to become a great Data Engineer!

fwefw (1).jpeg

<aside> 🐧

Print Working Directory

</aside>

This command shows your current location in the filesystem.

Command: pwd

<aside> 🐧

List Files and Directories

</aside>

This command shows the files and directories in the current location.

Command: ls

<aside> 🐧

Clear terminal screen

</aside>

This command is used to clear the terminal screen, removing all the previous output and giving you a clean view.

Command: clear

<aside> 🐧

Change Directory

</aside>

Use this to navigate to a different directory.

Command: cd <directory>