$
Linux Practice
Practice
Tutorials
English
한국어
日本語
中文
terminal
Welcome to Linux Practice Terminal!
Type "help" to see available commands.
user
@linux:
~
$
Navigation Basics
Reset Lesson
Learn to navigate the Linux file system using pwd, ls, and cd commands.
Step 1
Check your current directory using the pwd command.
Type: pwd
pwd
Step 2
List the files and folders in the current directory.
Step 3
List files with detailed information using the -l flag.
Step 4
Show all files including hidden ones (files starting with a dot).
Step 5
Navigate into the documents folder.
Step 6
Go back to the home directory.