SóProvas


ID
5164396
Banca
VUNESP
Órgão
TJM-SP
Ano
2021
Provas
Disciplina
Sistemas Operacionais
Assuntos

No sistema operacional Linux CentOS versão 7, o comando


sudo systemctl enable sshd


tem por objetivo

Alternativas
Comentários
  • Traduzindo o comando para o nosso português kk... Vou conceituar e depois colocar o comando entre parênteses:

    sudo systemctl enable sshd

    Vou ficar administrador para fazer (sudo) com que a ferramenta que controla o serviço de gerenciador de inicialização do Linux (systemctl) habilite a ferramente de acesso remoto segura (enable ssh)

  • Using the enable command, we can modify how the systemd service responds once the server has been started or rebooted. It will update the service settings, which then tells systemd that the specific service needs to start up automatically, once the server is up. The command to accomplish this is as follows.

    - systemctl enable servicename.service

    .

    https://www.liquidweb.com/kb/what-is-systemctl-an-in-depth-overview/