--- doc/build/oracle7_install.frag 2019/12/02 20:11:14 1.2 +++ doc/build/oracle7_install.frag 2020/11/02 21:10:00 1.3 @@ -97,9 +97,9 @@ web server ports (i.e., http and https):
 systemctl enable firewalld
 systemctl start firewalld
-sudo firewall-cmd --zone=public --permanent --add-service=http
-sudo firewall-cmd --zone=public --permanent --add-service=https
-sudo firewall-cmd --reload
+firewall-cmd --zone=public --permanent --add-service=http
+firewall-cmd --zone=public --permanent --add-service=https
+firewall-cmd --reload
 

4. Update your system

@@ -302,7 +302,7 @@ The LON-CAPA network services take a mom will be apparent at this step.

-/etc/init.d/loncontrol start
+systemctl start loncontrol
 systemctl start httpd