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

    Jun 15, 2016 · sudo reboot Appendix: If your keyboard is "locked up", so you can't enter a command like "reboot" which would run from "su" anyway, use the keyboard: hold down Alt + …

  2. How to Reboot Linux Server from Command Line - 3 Unique …

    Aug 18, 2022 · Here learn how to reboot a Linux computer from command line. Restarting a Linux Server is a significant part of the Linux system administration.

  3. How to do a proper reboot, down to the BIOS, from the terminal?

    Oct 21, 2017 · The command reboot in particular will shutdown all services to restart them later on, but without going to a warm machine restart, like it used to do during the init era.

  4. command line - `sudo reboot` vs `reboot` - what is the difference ...

    Feb 14, 2018 · The ability to reboot without using sudo is dependent on being at the machine's console. If you ssh into a machine, you still won't be able to reboot it without sudo, even if …

  5. How to Force fsck on Reboot - LinuxOPsys

    Aug 17, 2022 · Learn here how to force fsck on reboot to check for filesystem errors. Learn force fsck in in systemd, using tune2fs and forcefsck.

  6. Reboot a Server from Command Line? - Ask Ubuntu

    Dec 30, 2013 · How do I reboot a Ubuntu Server from the command line? sudo reboot now never seems to work for me. Because its a server, I don't have a window manager installed, so I …

  7. boot - How do I enter the BIOS/UEFI from Ubuntu? - Ask Ubuntu

    Aug 16, 2019 · When I tried this command it reset the CMOS and all my UEFI settings got reset back to their default values including the clock. When I exited from the UEFI settings to reboot, …

  8. How can I tell, from the command line, whether the machine …

    Mar 7, 2016 · 316 When you install certain updates (e.g. a new kernel) in Ubuntu Desktop, you get an indication that a reboot is required (in Lucid, the logout icon turns red). How can I …

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

    If you run halt without any parameters it will simply execute the shutdown command. Something like an alias. If you run it for example with the parameter --force it will "force" the system into a …

  10. How to turnoff or reboot at (initramfs) prompts/busybox?

    Sep 28, 2021 · A manual fsck solves the problem. But, I need to know which partition got corrupted. Sometimes when I get the BusyBox, neither the reboot command nor the exit …