Problem Statement
Which command ensures a service starts automatically on boot?
Explanation
systemctl enable creates a symbolic link in the system startup directories.
It ensures the service automatically starts during system boot without manual execution.
Code Solution
SolutionRead Only
sudo systemctl enable docker
Practice Sets
This question appears in the following practice sets: