{"id":3255,"date":"2023-06-30T22:41:34","date_gmt":"2023-06-30T22:41:34","guid":{"rendered":"https:\/\/www.copahost.com\/blog\/?p=3255"},"modified":"2024-11-02T22:49:38","modified_gmt":"2024-11-02T22:49:38","slug":"linux-reboot-command","status":"publish","type":"post","link":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/","title":{"rendered":"Linux Reboot Command: 8 easy methods"},"content":{"rendered":"\n<p>Rebooting a Linux system might seem straightforward, but there are several ways to do it depending on your needs and the system\u2019s condition. Whether you&#8217;re a new Linux user or an experienced sysadmin, knowing multiple Linux reboot commands can be useful, especially in troubleshooting or maintenance situations. <\/p>\n\n\n\n<p>From standard commands to emergency alternatives, Linux offers flexible options that can ensure a smooth restart or provide a quick fix when your system becomes unresponsive.<\/p>\n\n\n\n<p>In this post, we\u2019ll walk you through eight easy methods to reboot a Linux system. We\u2019ll cover everything from the most common commands, like <strong><code>reboot<\/code> <\/strong>and <code><strong>shutdown<\/strong><\/code>, to more advanced techniques like using <strong><code>systemctl<\/code> <\/strong>and <code><strong>init<\/strong><\/code>. Each method has its advantages and specific use cases, so by the end, you\u2019ll know exactly which command to use in various scenarios to keep your system running smoothly.<\/p>\n\n\n\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_69_1 ez-toc-wrap-center counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#Method_1_%E2%80%93_The_standard_Linux_Reboot_Command\" title=\"Method 1 &#8211; The standard Linux Reboot Command\">Method 1 &#8211; The standard Linux Reboot Command<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#Method_2_%E2%80%93_sudo_shutdown_-r_now\" title=\"Method 2 &#8211; sudo shutdown -r now\">Method 2 &#8211; sudo shutdown -r now<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#Method_3_%E2%80%93_Linux_reboot_command_using_using_systemctl\" title=\"Method 3 &#8211; Linux reboot command using using systemctl\">Method 3 &#8211; Linux reboot command using using systemctl<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#Method_4_%E2%80%93_reboot_Linux_using_init\" title=\"Method 4 &#8211; reboot Linux using init\">Method 4 &#8211; reboot Linux using init<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#Method_5_%E2%80%93_Linux_reboot_using_telinit\" title=\"Method 5 &#8211; Linux reboot using telinit\">Method 5 &#8211; Linux reboot using telinit<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#Method_6_%E2%80%93_Using_sysrq-trigger\" title=\"Method 6 &#8211; Using sysrq-trigger\">Method 6 &#8211; Using sysrq-trigger<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-7\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#Method_7_%E2%80%93_Using_pkill_to_Restart_the_Systemd_Process\" title=\"Method 7 &#8211; Using pkill to Restart the Systemd Process\">Method 7 &#8211; Using pkill to Restart the Systemd Process<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-8\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#Method_8_%E2%80%93_Forceful_Linux_reboot_command\" title=\"Method 8 &#8211; Forceful Linux reboot command\">Method 8 &#8211; Forceful Linux reboot command<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-9\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#Best_Practises\" title=\"Best Practises\">Best Practises<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-10\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#Conclusion\" title=\"Conclusion\">Conclusion<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Method_1_%E2%80%93_The_standard_Linux_Reboot_Command\"><\/span>Method 1 &#8211; The standard Linux Reboot Command<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The reboot command is used in Linux systems to initiate a system reboot. It is a common way to restart the operating system. It&#8217;s worth noting that the reboot command requires root or superuser privileges, so you may need to add the sudo prefix it and enter your password to execute it successfully.<\/p>\n\n\n\n<p>The basic syntax of the <code>reboot<\/code> command is as follows:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo reboot<\/code><\/pre>\n\n\n\n<p>This will give a message like the image shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"725\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/reboot-command-1024x725.png\" alt=\"Linux reboot command\" class=\"wp-image-3256\" srcset=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/reboot-command-1024x725.png 1024w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/reboot-command-300x212.png 300w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/reboot-command-768x544.png 768w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/reboot-command.png 1364w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Options<\/h4>\n\n\n\n<p>This command has various options that you can use to specify the behavior of the reboot. Here are some commonly used options:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>--help<\/code> : This option displays the help information for the <code>reboot<\/code> command by showing available options and their usage. Here is the information it gives:<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"725\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/reboot-help-1024x725.png\" alt=\"Linux reboot command help option\" class=\"wp-image-3257\" srcset=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/reboot-help-1024x725.png 1024w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/reboot-help-300x212.png 300w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/reboot-help-768x544.png 768w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/reboot-help.png 1364w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>As you see in the image, other options are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>--<\/code><\/strong><code>halt<\/code><strong> :<\/strong> This option is used to halt the system before restarting. When you use <code>reboot --halt<\/code>, the working of the system will stop.<\/li>\n\n\n\n<li><code>-f<\/code> or <code>--force<\/code>: This option forces an immediate reboot, performing a hard shutdown.<\/li>\n\n\n\n<li><code>-p<\/code> or <code>--poweroff<\/code>: This option shuts down the system and switch it off completely instead of rebooting.<\/li>\n\n\n\n<li><code>-w<\/code> or <code>--wtmp-only<\/code>: This option does not actually perform the reboot. It writes records to the <code>\/var\/log\/wtmp<\/code> file.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Method_2_%E2%80%93_sudo_shutdown_-r_now\"><\/span>Method 2 &#8211; sudo shutdown -r now<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The <code>shutdown<\/code> command is used to shut down a Linux system. It provides a controlled shutdown process as it allows setting the shutdown time, display warning messages or cancel the shutdown. The point is the <code>shutdown -r now<\/code> command and the <code>reboot<\/code> command both serve the purpose of restarting a Linux system.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo shutdown -r now<\/code><\/pre>\n\n\n\n<p>The <code>-r<\/code> option specifies that the system will be rebooted, while the <code>now<\/code> option specifies the operation will be performed immediately. This is why two of these commands are alternatives to each other. Here is an example:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"725\" src=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now-1024x725.png\" alt=\"shutdown -r now\" class=\"wp-image-3258\" srcset=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now-1024x725.png 1024w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now-300x212.png 300w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now-768x544.png 768w, https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png 1364w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>The shutdown command also accepts different options and parameters, for example, the command scheduling a shutdown at 10:40 PM (22:40):<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo shutdown -r 22:40<\/code><\/pre>\n\n\n\n<p>Note that, these was a few examples to give insights to the shutdown command. It has various options to change the behaviour of the shutdown process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Method_3_%E2%80%93_Linux_reboot_command_using_using_systemctl\"><\/span>Method 3 &#8211; Linux reboot command using using systemctl<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl reboot<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Method_4_%E2%80%93_reboot_Linux_using_init\"><\/span>Method 4 &#8211; reboot Linux using init<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Here, <code>init 6<\/code> tells the system to go to runlevel 6, which is designated for rebooting the system.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo init 6<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Method_5_%E2%80%93_Linux_reboot_using_telinit\"><\/span>Method 5 &#8211; Linux reboot using telinit<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>This is another way to switch to the reboot runlevel.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo telinit 6<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Method_6_%E2%80%93_Using_sysrq-trigger\"><\/span>Method 6 &#8211; Using sysrq-trigger<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>This bypasses some layers and is a &#8220;hard reboot&#8221; that immediately restarts the system without unmounting filesystems cleanly. It\u2019s best for emergencies when other commands aren&#8217;t working.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo b | sudo tee \/proc\/sysrq-trigger<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Method_7_%E2%80%93_Using_pkill_to_Restart_the_Systemd_Process\"><\/span>Method 7 &#8211; Using pkill to Restart the Systemd Process<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>This will cause systemd to restart, which in most cases will trigger a system reboot.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo pkill -HUP systemd<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Method_8_%E2%80%93_Forceful_Linux_reboot_command\"><\/span>Method 8 &#8211; Forceful Linux reboot command<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The <code>-f<\/code> option forces an immediate reboot, skipping some shutdown scripts. This is also not a &#8220;clean&#8221; reboot but can help in situations where a normal reboot command isn&#8217;t responsive.<\/p>\n\n\n\n<p>Each method has its own purpose and use case, so it\u2019s good to select the one that matches the system&#8217;s current condition and whether a clean reboot is possible.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo reboot -f<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Best_Practises\"><\/span>Best Practises<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>When rebooting a Linux system, there are several considerations to keep in mind to ensure a successful restart. Here are some important points to consider:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Save your work<\/strong>: Save any unsaved work and close any open applications or documents to avoid data loss or corruption.<\/li>\n\n\n\n<li><strong>Update System<\/strong>: If there are pending system updates, it&#8217;s generally recommended to install them before rebooting.<\/li>\n\n\n\n<li><strong>Backup important data<\/strong>: If you have important data on the system, it&#8217;s always a good idea to have a <a href=\"https:\/\/www.copahost.com\/blog\/6-tips-for-a-perfect-backup-in-your-cpanel-server\/\">backup<\/a> before rebooting.<\/li>\n\n\n\n<li><strong>Check System After Rebooting<\/strong>: Rebooting may stop some services, make sure all system processes are still running after restart.<\/li>\n<\/ul>\n\n\n\n<p>By following these practises, you can minimize the risk of data loss and have a successful reboot of your Linux system.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>To sum up, the Linux reboot command is used to restart the entire system. Once the command is executed, the Linux system shut down and start up again thus resulting in a complete reboot of the system. <\/p>\n\n\n\n<p>Thank you for reading.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Rebooting a Linux system might seem straightforward, but there are several ways to do it depending on your needs and the system\u2019s condition. Whether you&#8217;re a new Linux user or an experienced sysadmin, knowing multiple Linux reboot commands can be useful, especially in troubleshooting or maintenance situations. From standard commands to emergency alternatives, Linux offers [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3258,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[31],"tags":[],"class_list":["post-3255","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Linux Reboot Command: 8 easy methods - Copahost<\/title>\n<meta name=\"description\" content=\"The Linux reboot command is used to restart entire system parts including services, aplications, and process, etc.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Linux Reboot Command: 8 easy methods - Copahost\" \/>\n<meta property=\"og:description\" content=\"The Linux reboot command is used to restart entire system parts including services, aplications, and process, etc.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/\" \/>\n<meta property=\"og:site_name\" content=\"Copahost\" \/>\n<meta property=\"article:published_time\" content=\"2023-06-30T22:41:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-02T22:49:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1364\" \/>\n\t<meta property=\"og:image:height\" content=\"966\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Gustavo Gallas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Gustavo Gallas\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/\"},\"author\":{\"name\":\"Gustavo Gallas\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246\"},\"headline\":\"Linux Reboot Command: 8 easy methods\",\"datePublished\":\"2023-06-30T22:41:34+00:00\",\"dateModified\":\"2024-11-02T22:49:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/\"},\"wordCount\":810,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png\",\"articleSection\":[\"Linux tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/\",\"url\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/\",\"name\":\"Linux Reboot Command: 8 easy methods - Copahost\",\"isPartOf\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png\",\"datePublished\":\"2023-06-30T22:41:34+00:00\",\"dateModified\":\"2024-11-02T22:49:38+00:00\",\"description\":\"The Linux reboot command is used to restart entire system parts including services, aplications, and process, etc.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#primaryimage\",\"url\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png\",\"contentUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png\",\"width\":1364,\"height\":966},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.copahost.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Linux Reboot Command: 8 easy methods\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#website\",\"url\":\"https:\/\/www.copahost.com\/blog\/\",\"name\":\"Copahost\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.copahost.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#organization\",\"name\":\"Copahost\",\"url\":\"https:\/\/www.copahost.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png\",\"contentUrl\":\"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png\",\"width\":223,\"height\":40,\"caption\":\"Copahost\"},\"image\":{\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246\",\"name\":\"Gustavo Gallas\",\"description\":\"Graduated in Computing at PUC-Rio, Brazil. Specialized in IT, networking, systems administration and human and organizational development\u200b. Also have brewing skills.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/gustavo-gallas-107926196\/\"],\"url\":\"https:\/\/www.copahost.com\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Linux Reboot Command: 8 easy methods - Copahost","description":"The Linux reboot command is used to restart entire system parts including services, aplications, and process, etc.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/","og_locale":"en_US","og_type":"article","og_title":"Linux Reboot Command: 8 easy methods - Copahost","og_description":"The Linux reboot command is used to restart entire system parts including services, aplications, and process, etc.","og_url":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/","og_site_name":"Copahost","article_published_time":"2023-06-30T22:41:34+00:00","article_modified_time":"2024-11-02T22:49:38+00:00","og_image":[{"width":1364,"height":966,"url":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png","type":"image\/png"}],"author":"Gustavo Gallas","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Gustavo Gallas","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#article","isPartOf":{"@id":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/"},"author":{"name":"Gustavo Gallas","@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246"},"headline":"Linux Reboot Command: 8 easy methods","datePublished":"2023-06-30T22:41:34+00:00","dateModified":"2024-11-02T22:49:38+00:00","mainEntityOfPage":{"@id":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/"},"wordCount":810,"commentCount":0,"publisher":{"@id":"https:\/\/www.copahost.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#primaryimage"},"thumbnailUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png","articleSection":["Linux tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/","url":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/","name":"Linux Reboot Command: 8 easy methods - Copahost","isPartOf":{"@id":"https:\/\/www.copahost.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#primaryimage"},"image":{"@id":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#primaryimage"},"thumbnailUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png","datePublished":"2023-06-30T22:41:34+00:00","dateModified":"2024-11-02T22:49:38+00:00","description":"The Linux reboot command is used to restart entire system parts including services, aplications, and process, etc.","breadcrumb":{"@id":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.copahost.com\/blog\/linux-reboot-command\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#primaryimage","url":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png","contentUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2023\/06\/shutdown-r-now.png","width":1364,"height":966},{"@type":"BreadcrumbList","@id":"https:\/\/www.copahost.com\/blog\/linux-reboot-command\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.copahost.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Linux Reboot Command: 8 easy methods"}]},{"@type":"WebSite","@id":"https:\/\/www.copahost.com\/blog\/#website","url":"https:\/\/www.copahost.com\/blog\/","name":"Copahost","description":"","publisher":{"@id":"https:\/\/www.copahost.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.copahost.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.copahost.com\/blog\/#organization","name":"Copahost","url":"https:\/\/www.copahost.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png","contentUrl":"https:\/\/www.copahost.com\/blog\/wp-content\/uploads\/2016\/03\/copahostlogo.png","width":223,"height":40,"caption":"Copahost"},"image":{"@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.copahost.com\/blog\/#\/schema\/person\/386b3f1f79299d43f4ceb33d26428246","name":"Gustavo Gallas","description":"Graduated in Computing at PUC-Rio, Brazil. Specialized in IT, networking, systems administration and human and organizational development\u200b. Also have brewing skills.","sameAs":["https:\/\/www.linkedin.com\/in\/gustavo-gallas-107926196\/"],"url":"https:\/\/www.copahost.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts\/3255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/comments?post=3255"}],"version-history":[{"count":11,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts\/3255\/revisions"}],"predecessor-version":[{"id":4134,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/posts\/3255\/revisions\/4134"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/media\/3258"}],"wp:attachment":[{"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/media?parent=3255"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/categories?post=3255"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.copahost.com\/blog\/wp-json\/wp\/v2\/tags?post=3255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}