Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
É possível desligar o dispositivo para realocá-lo ou se o trabalho de energia ou instalação
planejado afetar o dispositivo. Para garantir a segurança dos seus dados, oferecemos
várias opções de desligamento do dispositivo:
Desligar: o dispositivo desligado. Para iniciar o
dispositivo após a restauração da energia, pressione o botão liga/desliga
dele.
Pausar: o dispositivo desconecta as unidades, interrompe o
sistema operacional e perde a CPU. O dispositivo permanece ligado. O
dispositivo pode ser desligado com segurança quando for interrompido e é inicializado
automaticamente quando a energia é restaurada.
Desligar
Para desligar o dispositivo, execute o comando shutdown na linha de comando
do dispositivo:
sudo shutdown now
Para reiniciar o dispositivo após o desligamento, pressione o botão liga/desliga.
Pausar
Para interromper o dispositivo, use a flag -H com o comando shutdown na
linha de comando do dispositivo:
sudo shutdown -H now
O dispositivo não é desligado. Ele pode ser desligado manualmente usando o
botão liga/desliga ou desconectando a energia do dispositivo.
Quando a energia for restabelecida, o dispositivo será reiniciado automaticamente.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-09-04 UTC."],[],[],null,["# Shut down the appliance\n\nYou can shut down the appliance to relocate it, or if planned power or facility\nwork will affect the appliance. To ensure that your data is safe, we provide\nmultiple options for shutting down the appliance:\n\n- **Power down**: The appliance powers off. To start the\n appliance after power is restored, you must press the power button on the\n appliance.\n\n- **Halt**: The appliance unmounts the drives, stops the\n operating system, and idles the CPU. The appliance stays powered on. The\n appliance can be safely powered off when halted, and it automatically boots\n when power is restored.\n\nPower down\n----------\n\nTo power down the appliance, run the `shutdown` command from the appliance\ncommand line: \n\n sudo shutdown now\n\nTo restart the appliance after powering down, press the power button.\n\nHalt\n----\n\nTo halt the appliance, use the `-H` flag with the `shutdown` command from the\nappliance command line: \n\n sudo shutdown -H now\n\nThe appliance does not power off. It can be manually powered off using the\npower button, or by disconnecting power from the appliance.\n\nOnce power is restored, the appliance will automatically reboot."]]