{"id":2959,"date":"2020-12-28T15:31:32","date_gmt":"2020-12-28T15:31:32","guid":{"rendered":"https:\/\/linuxways.net\/?p=2959"},"modified":"2020-12-28T15:31:35","modified_gmt":"2020-12-28T15:31:35","slug":"how-to-reboot-linux-mint-20","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/centos\/how-to-reboot-linux-mint-20\/","title":{"rendered":"How to Reboot Linux Mint 20"},"content":{"rendered":"<p>Although Linux systems can run for years without rebooting. However, in some cases, you have to go for a reboot. Linux provides different ways of rebooting a system. In our past posts, we have shown you how to reboot <a href=\"https:\/\/linuxways.net\/de\/ubuntu\/how-to-reboot-ubuntu-20-04-lts\/\">Ubuntu<\/a>, <a href=\"https:\/\/linuxways.net\/de\/debian\/how-to-reboot-debian-10\/\">Debian<\/a>, and <a href=\"https:\/\/linuxways.net\/de\/centos\/how-to-reboot-centos-8\/\">CentOS<\/a>. Today\u2019s post will be about how to reboot Linux Mint 20 using different methods.<\/p>\n<p><strong>Note<\/strong>: Before proceeding, it\u2019s worth mentioning that the commands and procedures mentioned in this post have been tested on the latest Linux Mint 20. However, you can also use them on previous versions of Mint.<\/p>\n<h2>Methods to Reboot Linux Mint 20<\/h2>\n<p>We will be discussing here different methods for rebooting Linux Mint including both GUI and the command line. Let\u2019s get started.<\/p>\n<h3>Method # 1: Using the Shutdown Button in Linux Mint 20:<\/h3>\n<p>The most common and easiest way to reboot your Linux Mint is by using the shutdown button located in the start menu. When you need to reboot your system, hit the super key on the keyboard. By doing so, a menu will appear on your desktop. Click the shutdown button as can be seen in the following screenshot.<\/p>\n<p><strong><img loading=\"lazy\" decoding=\"async\" width=\"560\" height=\"595\" class=\"wp-image-2960\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2020\/12\/reboot-mint-using-shutdown-button.png\" alt=\"Reboot Mint using shutdown button\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2020\/12\/reboot-mint-using-shutdown-button.png 560w, https:\/\/linuxways.net\/wp-content\/uploads\/2020\/12\/reboot-mint-using-shutdown-button-282x300.png 282w\" sizes=\"auto, (max-width: 560px) 100vw, 560px\" \/><\/strong><\/p>\n<p>After clicking the shutdown button, your system will not be going to shut down straight away. Instead, you will see the following dialog appear on your desktop. As you want to restart the system, so click the <strong>Restart<\/strong> button, after which your system will be restarted<strong>.<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"383\" height=\"117\" class=\"wp-image-2961\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2020\/12\/reboot-linux-mint.png\" alt=\"reboot linux mint\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2020\/12\/reboot-linux-mint.png 383w, https:\/\/linuxways.net\/wp-content\/uploads\/2020\/12\/reboot-linux-mint-300x92.png 300w\" sizes=\"auto, (max-width: 383px) 100vw, 383px\" \/><\/p>\n<h3>Method # 2: Using the \u201creboot\u201d Command in Linux Mint 20:<\/h3>\n<p>Using the &#8220;reboot&#8221; command, you can reboot the Linux Mint right from the command line. Open the Terminal application in your Linux Mint and then execute the following command:<\/p>\n<pre>$ sudo reboot<\/pre>\n<p>This command will immediately reboot your system without displaying any message to logged-in users.<\/p>\n<h3>Method # 3: Using the \u201cshutdown\u201d Command in Linux Mint 20:<\/h3>\n<p>The &#8220;shutdown&#8221; command is basically used to shut down the system. It can also be used to reboot the Linux Mint. To reboot your Linux Mint, run the shutdown command with <strong>&#8211;reboot<\/strong> option as follows:<\/p>\n<pre>$ sudo shutdown --reboot<\/pre>\n<p>This command will first display the message to logged-in users informing them about the system reboot. After 1 minute, it will reboot the system.<\/p>\n<p>If you want to cancel the reboot, run the following command within 1 minute:<\/p>\n<pre>$ shutdown -c<\/pre>\n<h3><img loading=\"lazy\" decoding=\"async\" width=\"901\" height=\"89\" class=\"wp-image-2962\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2020\/12\/reboot-mint-using-shutdown-command.png\" alt=\"reboot Mint using shutdown command\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2020\/12\/reboot-mint-using-shutdown-command.png 901w, https:\/\/linuxways.net\/wp-content\/uploads\/2020\/12\/reboot-mint-using-shutdown-command-300x30.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2020\/12\/reboot-mint-using-shutdown-command-768x76.png 768w\" sizes=\"auto, (max-width: 901px) 100vw, 901px\" \/><\/h3>\n<h3>Method # 4: Using the \u201cpoweroff\u201d Command in Linux Mint 20:<\/h3>\n<p>Similar to \u201cshutdown\u201d, the \u201cpoweroff\u201d command can also be used for rebooting the system. To reboot your Linux Mint, run the \u201cpoweroff\u201d command with <strong>&#8211;reboot<\/strong> option as follows:<\/p>\n<pre>$ sudo poweroff --reboot<\/pre>\n<p>This command will immediately reboot your system without displaying any message to logged in users.<\/p>\n<h3>Method # 5: Using the \u201csystemctl reboot\u201d Command in Linux Mint 20:<\/h3>\n<p>The \u201csystemctl\u201d command can also be used to reboot the Linux Mint. In order to reboot the Linux Mint, run the systemctl command as follows:<\/p>\n<pre>$ sudo systemctl reboot<\/pre>\n<h3>Method # 6: Using the \u201cinit\u201d Command in Linux Mint 20:<\/h3>\n<p>The \u201cinit\u201d command can also be used for rebooting the Linux Mint system. Run the init command followed by the run level <strong>6<\/strong> to reboot Linux Mint:<\/p>\n<pre>$ sudo init 6<\/pre>\n<p>This command will immediately reboot your system without displaying any message to logged-in users.<\/p>\n<h3>Method # 7: Using the \u201chalt\u201d Command in Linux Mint 20:<\/h3>\n<p>The \u201chalt\u201d command in Linux is used to stop the CPU functions. Using the \u201chalt\u201d command with <strong>&#8211;reboot<\/strong> option can also be used to reboot the Linux Mint.<\/p>\n<pre>$ sudo halt --reboot<\/pre>\n<p>This command will immediately reboot your system without displaying any message to logged-in users.<\/p>\n<p>So, these were some methods to reboot the Linux Mint. We have explained all possible methods for rebooting a system so that if one of the methods does not work, you have others to choose from. . If you want to shut down your Linux Mint instead of rebooting, visit our post on <a href=\"https:\/\/linuxways.net\/de\/mint\/how-to-shutdown-linux-mint-20\/\">How to Shutdown Linux Mint 20<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Although Linux systems can run for years without rebooting. However, in some cases, you have to go for a reboot. Linux provides different ways of rebooting a system.&hellip;<\/p>","protected":false},"author":4,"featured_media":2964,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2959","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-centos"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/2959","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=2959"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/2959\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/2964"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=2959"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=2959"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=2959"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}