Answers for "enable firewalld"

1

enable firewalld

Enable Firewalld
To enable firewalld, run the following command as root:

systemctl enable firewalld

Start Firewalld
To start firewalld, run the following command as root:

systemctl start firewalld

Check the Status of Firewalld
To check the status of firewalld, run the following command as root:

systemctl status firewalld
Posted by: Guest on June-17-2021

Browse Popular Code Answers by Language