Wiki page firewalld changed with summary [added "Change runtime to permanent"] by Daniel

This commit is contained in:
ORG-wiki 2023-01-26 06:01:51 +01:00
parent eb25437b30
commit 538397f10b
1 changed files with 9 additions and 0 deletions

View File

@ -198,4 +198,13 @@ nano ~/.config/firewall/applet.conf
[General]
notifications=true
show-inactive=true
</code>
===== Change runtime to permanent =====
The permanent option ''--permanent'' can be used to set options permanently. These changes are not effective immediately, only after service restart/reload or system reboot. Without the ''--permanent'' option, a change will only be part of the ''--runtime'' configuration.
<code>
firewall-cmd --runtime-to-permanent
</code>