Este conteúdo não está disponível no idioma selecionado.

2.5. Post-installation Procedures


The following steps are the security-related procedures that should be performed immediately after installation of Red Hat Enterprise Linux.
  1. Update your system. enter the following command as root:
    ~]# yum update
  2. Even though the firewall service, firewalld, is automatically enabled with the installation of Red Hat Enterprise Linux, there are scenarios where it might be explicitly disabled, for example in the kickstart configuration. In such a case, it is recommended to consider re-enabling the firewall.
    To start firewalld enter the following commands as root:
    ~]# systemctl start firewalld
    ~]# systemctl enable firewalld
  3. To enhance security, disable services you do not need. For example, if there are no printers installed on your computer, disable the cups service using the following command:
    ~]# systemctl disable cups
    To review active services, enter the following command:
    ~]$ systemctl list-units | grep service
Red Hat logoGithubRedditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja oBlog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

© 2024 Red Hat, Inc.