Menu Close
Red Hat Training
A Red Hat training course is available for Red Hat Enterprise Linux
5.4. firewalld の起動
firewalld
を開始するには、root
で次のコマンドを実行します。
~]# systemctl unmask firewalld ~]# systemctl start firewalld
システムの起動時に
firewalld
を自動的に起動するように設定するには、root
で次のコマンドを実行します。
~]# systemctl enable firewalld