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.
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.