A system administrator needs to allow HTTP traffic to a web server. Which of the following `firewall-cmd` commands correctly opens the standard HTTP port in the `public` zone and ensures the rule persists after a system reboot?
-
A
firewall-cmd --zone=public --add-port=80/tcp
-
B
firewall-cmd --permanent --zone=public --add-service=http
-
C
firewall-cmd --reload --add-service=http
-
D
firewall-cmd --add-service=http --runtime-to-permanent