What is the Command to bring back the host01 in services lab?

A link to the original lab would help me help here, since I don’t now what host you started with w/o knowing the lab.

https://learn.kodekloud.com/user/courses/devops-pre-requisite-course/module/c990b480-a646-4321-89b4-a6fbc217f4e2/lesson/0a7c8acf-aa82-4c19-93f2-d7a34aec6f61

When ever i am checking sudo systemctl status httpd after that i have to open a new terminal for next question because it does not starts with the host01

is there any command to end it or we need to open a new terminal for next question ?

You can use sudo systemctl start httpd command. This will start httpd service. sudo systemctl enable httpd makes sure the Apache server starts automatically at boot.

but what i am facing is everytime i run systemctl status httpd command, I have to open a new terminal to run next command.