About 63,300 results
Open links in new tab
  1. How do I shut down or reboot from a terminal? - Ask Ubuntu

    Jun 15, 2016 · Open your terminal with CTRL + ALT + T and do these following commands To shutdown the system: sudo shutdown -h now To restart: sudo reboot & one more command …

  2. What is the proper terminal-way to shutdown? - Ask Ubuntu

    The proper way in the terminal for a single user or multi user is shutdown. But if the shutdown is not working verify what services you have running and which one is causing the slowness or …

  3. Shutdown from terminal without entering password? - Ask Ubuntu

    62 I have desktop edition of Ubuntu. I like the Terminal so that that I prefer to shutdown my computer with the shutdown command. However when I type shutdown now it prompts me to …

  4. cron - Automatic shutdown at specified times? - Ask Ubuntu

    Jan 2, 2015 · And yes this alternative and also correct useful method. Que is Automatic shutdown at specified times. There is a command to shutdown and for auto specified time, we can use …

  5. What is the difference between shutdown and poweroff commands?

    The answer is in the poweroff (8) man page: When called with --force or when in runlevel 0 or 6, this tool invokes the reboot (2) system call itself and directly reboots the system. Otherwise …

  6. command line - Remote shutdown system using SSH - Ask Ubuntu

    Jan 30, 2025 · Use shutdown --poweroff instead. Suddenly powering off (hitting the Big Red EPO buton) is mostly a leftover from the days of Mainframes, and Field Engineers Wearing Ties, …

  7. Is using the shutdown command to turn off the system safe?

    Nov 28, 2019 · By safe I am referring to a shutdown that makes sure all read/write operations are completed before powering down and avoiding data corruption. So is using the shutdown …

  8. 14.04 - Shutdown after a certain time - Ask Ubuntu

    Scheduling a shutdown To shutdown run the command: sudo shutdown -P +60 That will wait 60 mins before starting the shutdown sequence. You could do: sudo shutdown -P 1:00 to …

  9. How could I shutdown a remote host, in my network thru ssh, with …

    The question is simple. What would be the script I would have to use to shut down a computer in my network thru ssh. Normaly i would go to command line and: ssh desktop delik@desktop's …

  10. Terminal command to gracefully shutdown Ubuntu

    Jun 5, 2020 · shutdown command doesn't require root access , so "sudo" is unnecessary . Actually the proper way for shutting down the system is to let systemd do it itself . You can …