Bird
0
0

Which command enables SSH service on a Raspberry Pi running Raspberry Pi OS?

easy📝 Conceptual Q2 of 15
Raspberry Pi - Platform
Which command enables SSH service on a Raspberry Pi running Raspberry Pi OS?
Assh start service
Bsudo enable sshd
Cenable sshd now
Dsudo systemctl enable ssh
Step-by-Step Solution
Solution:
  1. Step 1: Identify correct systemctl command

    To enable SSH on Raspberry Pi, use systemctl to enable the ssh service.
  2. Step 2: Confirm correct syntax

    The correct command is 'sudo systemctl enable ssh' to enable SSH on boot.
  3. Final Answer:

    sudo systemctl enable ssh -> Option D
  4. Quick Check:

    Enable SSH service = sudo systemctl enable ssh [OK]
Quick Trick: Use systemctl to manage services on Raspberry Pi [OK]
Common Mistakes:
  • Using incorrect service name
  • Wrong command syntax
  • Confusing enable with start

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Raspberry Pi Quizzes