Bird
0
0

What will be the output of this terminal command?

medium📝 Command Output Q4 of 15
Linux CLI - Linux Basics and Terminal
What will be the output of this terminal command?
echo "Welcome to GUI"
Aecho Welcome to GUI
BWelcome to GUI
C"Welcome to GUI"
DError: command not found
Step-by-Step Solution
Solution:
  1. Step 1: Understand echo command

    The echo command prints the text inside quotes to the terminal.
  2. Step 2: Analyze the given command

    It prints the string without quotes: Welcome to GUI.
  3. Final Answer:

    Welcome to GUI -> Option B
  4. Quick Check:

    echo output = printed text [OK]
Quick Trick: echo prints text without quotes in terminal [OK]
Common Mistakes:
  • Expecting quotes to appear in output
  • Confusing echo with command execution

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes