GNU/Linux >> Linux Esercitazione >  >> Linux

Come spegnere una macchina Debian Linux tramite console

Devi essere root (o usare sudo ):

# This halts (shuts down) the computer now
sudo shutdown -h now

# This reboots the computer now
sudo shutdown -r now

Leggi la pagina di manuale per l'arresto:man shutdown per ulteriori informazioni.

Nel link che hai fornito, hai appena trascurato la frase

esegui semplicemente come root:


Devi essere root (o usare sudo):

Per spegnere il pc usa:

systemctl poweroff

Per riavviare il pc usa:

systemctl reboot

Linux
  1. Come aggiornare Debian Linux

  2. Come proteggere Rocky Linux 8

  3. Come creare un utente Sudo in Rocky Linux 8

  4. Come aggiornare R in Linux?

  5. Come disinstallare Flux su Linux?

Come installare MariaDB 10 su Debian 11 Bullseye Linux

Come installare NextCloud su Debian 11 Bullseye Linux

Come installare la console Web Cockpit su Debian 11 Bullseye

Come eseguire un alias con Sudo in Linux

Come eseguire l'SSH sul server tramite Linux

Come installare Debian su Virtual Box