Thursday, January 22, 2026

Disable Firewall

Disable Firewalld (Permanent)
Disabling Firewalld prevents it from starting automatically on system reboot.

  1.  Check the current enable status:
    systemctl status firewalld
  2. Disable Firewalld at boot:
    systemctl disable firewalld
  3. Confirm that disabled:
    systemctl status firewalld
  4. To re-enable Firewalld later:
    systemctl enable firewalld

No comments:

Post a Comment

Please do not enter any spam link in the comments

Install Oracle Database 21C and Create a Database on Oracle Linux 7

 This guide provides a practical, step-by-step procedure for installing Oracle Database 21c and creating a database on an Oracle Linux 7 x8...