Review Questions
- What are the three standard streams in Linux?
- What’s the difference between
> and >>?
- How do you redirect both stdout and stderr to the same file?
- How do pipes work and what’s their advantage?
- What’s the difference between
cat and tac?
- How would you save command output to a file while also displaying it?
-
What does /dev/null do and when would you use it?
Navigation
Next: → Key Takeaways
Previous: ← Troubleshooting
Lesson Home: ↑ Lesson 4: Redirects & Pipes
Course Home: ⌂ Introduction to Linux