Bird
0
0

What command do you use to start PowerShell on a Linux system?

easy📝 Conceptual Q11 of 15
PowerShell - Cross-Platform PowerShell
What command do you use to start PowerShell on a Linux system?
Apwsh
Bpowershell.exe
Cstart-ps
Dshellps
Step-by-Step Solution
Solution:
  1. Step 1: Recall the PowerShell start command on Linux

    On Linux, PowerShell is started by typing pwsh in the terminal.
  2. Step 2: Compare options with the known command

    powershell.exe, start-ps, and shellps are not valid commands to start PowerShell on Linux.
  3. Final Answer:

    pwsh -> Option A
  4. Quick Check:

    PowerShell start command on Linux = pwsh [OK]
Quick Trick: Remember: 'pwsh' starts PowerShell on Linux terminals [OK]
Common Mistakes:
  • Typing 'powershell.exe' which is for Windows only
  • Using 'start-ps' which is not a valid command
  • Confusing shell names

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes