mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
26 lines
750 B
Text
26 lines
750 B
Text
|
// Module included in the following assemblies:
|
||
|
//
|
||
|
// firewalld.adoc
|
||
|
|
||
|
// Base the file name and the ID on the module title. For example:
|
||
|
// * file name: doing-procedure-a.adoc
|
||
|
// * ID: [id='doing-procedure-a']
|
||
|
// * Title: = Doing procedure A
|
||
|
|
||
|
// The ID is used as an anchor for linking to the module. Avoid changing it after the module has been published to ensure existing links are not broken.
|
||
|
[id=installing-firewalld-fedora]
|
||
|
// The `context` attribute enables module reuse. Every module's ID includes {context}, which ensures that the module has a unique ID even if it is reused multiple times in a guide.
|
||
|
= Installing firewalld
|
||
|
|
||
|
.Install firewalld:
|
||
|
|
||
|
. Run this command on the command line:
|
||
|
|
||
|
[source,bash]
|
||
|
|
||
|
----
|
||
|
|
||
|
sudo dnf install firewalld
|
||
|
|
||
|
----
|