To restart the firewalld service, you can use the following command:
sudo systemctl restart firewalld
To verify that the service has restarted successfully, you can check its status with:
systemctl status firewalld
This will show you whether the service is active and running.
