How to Force Shutdown Ubuntu
To force a shutdown in Ubuntu system, you can use the shutdown command in the command line. Follow these steps to do so:
- Press the keys Ctrl, Alt, and T together.
- Pressing the Ctrl, Alt, and F1 keys simultaneously
- Execute the command to force shut down.
sudo shutdown -h now
Alternatively
sudo poweroff
These commands will shut down the system immediately, so make sure to save all your work before executing them. Please use the forced shutdown command with caution as it may result in data loss or damage to the system.