From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
==Usefull== | ==Usefull== | ||
To know if '''Firewalld''' is running, type: | To know if '''Firewalld''' is running, type: | ||
<pre> | <pre>$ systemctl status firewalld</pre> | ||
or alternatively: | or alternatively: | ||
<pre> | <pre>$ firewall-cmd --state</pre> | ||
{{admon/note|Note!| | {{admon/note|Note!| | ||
If '''Firewalld''' is not running, the command displays <code>not running</code>.}} | If '''Firewalld''' is not running, the command displays <code>not running</code>.}} | ||
[[Category:Security]] | [[Category:Security]] |
Revision as of 02:08, 27 October 2015
FirewallD
Must see
Usefull
To know if Firewalld is running, type:
$ systemctl status firewalld
or alternatively:
$ firewall-cmd --state