10. Practical Exercises
Exercise 1: File System Exploration
- Start in your home directory
- Navigate to the root directory
- List the contents and identify key directories
- Go to
/usr/bin and see the available programs
- Return to your home directory
Exercise 2: File Operations
- Create a directory called
linux_practice
- Navigate into this directory
- Create three files:
notes.txt, commands.txt, practice.txt
- List the files with detailed information
- Create a backup directory and copy the files there
Exercise 3: Command Help
- Use
man to learn about the ls command
- Find at least 3 different options for
ls
- Try each option and observe the differences
-
Use man to learn about the cp command
Navigation
Next: → File System Navigation Quiz
Previous: ← Getting Help With Commands
Lesson Home: ↑ Lesson 2: The Shell
Course Home: ⌂ Introduction to Linux