Bird
0
0

Which command do you use to start PowerShell on macOS after installation?

easy📝 Conceptual Q11 of 15
PowerShell - Cross-Platform PowerShell
Which command do you use to start PowerShell on macOS after installation?
A<code>pwsh</code>
B<code>powershell</code>
C<code>ps</code>
D<code>shell</code>
Step-by-Step Solution
Solution:
  1. Step 1: Recall the PowerShell command on macOS

    On macOS, PowerShell is started using the pwsh command, not powershell which is used on Windows.
  2. Step 2: Identify the correct command

    Among the options, only pwsh is the correct command to launch PowerShell on macOS.
  3. Final Answer:

    pwsh -> Option A
  4. Quick Check:

    PowerShell on macOS starts with pwsh [OK]
Quick Trick: Remember: macOS uses 'pwsh' to start PowerShell [OK]
Common Mistakes:
  • Typing 'powershell' instead of 'pwsh' on macOS
  • Using 'ps' which lists processes, not PowerShell
  • Assuming 'shell' starts PowerShell

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes