Start service in CentOS 8/RHEL8
# systemctl start httpd
Enable service permanently in CentOS 8/RHEL8
# systemctl enable httpd
Disable service in CentOS 8/RHEL8
# systemctl disable httpd
# systemctl start httpd
Enable service permanently in CentOS 8/RHEL8
# systemctl enable httpd
Disable service in CentOS 8/RHEL8
# systemctl disable httpd
0 comments:
Post a Comment