Linux Stop Firewall and disable permanently

 In Linux we can stop firewalld service by below commands:


$ systemctl status firewalld
$ systemctl stop firewalld




To Disable permanently:


$ chkconfig firewalld off

No comments:

Post a Comment

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...