第 18 章 保护您的系统
在完成安装过程后,您必须保护您的 Red Hat Enterprise Linux 系统。
先决条件
- 您已完成图形安装。
流程
要更新您的系统,请作为 root 运行以下命令:
# yum update
即使在安装 Red Hat Enterprise Linux 时默认自动启用了防火墙服务(
firewalld
),但在一些情况下可能会明确禁用它,例如在 Kickstart 配置中。在这种情况下,您可以重新启用防火墙。要启动
firewalld
,请作为 root 运行以下命令:# systemctl start firewalld # systemctl enable firewalld
要提高安全性,禁用您不需要的服务。例如,如果您的系统没有安装打印机,使用以下命令禁用 cups 服务:
# systemctl mask cups
要查看活跃的服务,运行以下命令:
$ systemctl list-units | grep service