Review Questions
- What’s the difference between single and double quotes?
- How do you create a permanent alias?
- What does the
&& operator do?
- How do you run a command in the background?
- What does
$? contain?
- How do you check if a command exists before using it?
-
How do you escape a special character in a string?
Navigation
Next: → Key Takeaways
Previous: ← Best Practices
Lesson Home: ↑ Lesson 5: Echo, Alias & Operators
Course Home: ⌂ Introduction to Linux