Bird
0
0

Which shell is known for its user-friendly interactive features but is less commonly used for scripting?

easy🧠 Conceptual Q1 of 15
Bash Scripting - Basics
Which shell is known for its user-friendly interactive features but is less commonly used for scripting?
ABash
BZsh
CFish
Dsh
Step-by-Step Solution
Solution:
  1. Step 1: Understand shell usage contexts

    Bash and sh are widely used for scripting; Zsh and Fish focus more on interactive use.
  2. Step 2: Identify shell with user-friendly interactive features

    Fish shell is designed for user-friendliness and interactive use but is less common for scripting.
  3. Final Answer:

    Fish -> Option C
  4. Quick Check:

    Interactive shell with user-friendly features = Fish [OK]
Quick Trick: Fish shell is great for users, not scripts [OK]
Common Mistakes:
MISTAKES
  • Confusing Zsh and Fish as equally scripting-friendly
  • Thinking Bash is less user-friendly
  • Assuming sh has advanced interactive features

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Bash Scripting Quizzes