Bird
0
0

Which symbol is used to run a command in the background in a Linux shell?

easy📝 Conceptual Q2 of 15
Linux CLI - Process Management
Which symbol is used to run a command in the background in a Linux shell?
A&
B#
C$
D*
Step-by-Step Solution
Solution:
  1. Step 1: Identify the background execution symbol

    In Linux shells, appending & to a command runs it in the background.
  2. Step 2: Verify other symbols' meanings

    # is for comments, $ is prompt or variable, * is wildcard, so they are incorrect.
  3. Final Answer:

    & -> Option A
  4. Quick Check:

    Background run symbol = & [OK]
Quick Trick: Use & to run commands in background [OK]
Common Mistakes:
  • Using # to run background
  • Confusing $ with background symbol
  • Using * incorrectly

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes