{"id":948,"date":"2012-12-12T04:32:31","date_gmt":"2012-12-12T10:32:31","guid":{"rendered":"http:\/\/blog.supportpro.com\/?p=948"},"modified":"2026-02-13T01:13:12","modified_gmt":"2026-02-13T07:13:12","slug":"preventing-damage-after-system-lockup","status":"publish","type":"post","link":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/","title":{"rendered":"How to Safely Reboot a Frozen Linux System Using Magic SysRq"},"content":{"rendered":"<p data-start=\"177\" data-end=\"435\">A completely frozen Linux system can be frustrating. The mouse cursor does not move. Keyboard shortcuts like Ctrl + Alt + F1 or Ctrl + Alt + Backspace do not respond. Even the Num Lock key may stop toggling. In such situations, most users force a hard reset.<\/p>\n<p data-start=\"437\" data-end=\"509\">However, a hard reboot can lead to data corruption or filesystem damage.<\/p>\n<p data-start=\"511\" data-end=\"725\">There is a safer way to reboot a locked Linux system using the <strong data-start=\"574\" data-end=\"593\">Magic SysRq key<\/strong>. This method allows you to properly terminate processes, sync disks, and safely reboot the machine to reduce the risk of data loss.<\/p>\n<h2 data-start=\"732\" data-end=\"763\">What Is the Magic SysRq Key?<\/h2>\n<p data-start=\"765\" data-end=\"914\">The Magic SysRq key is a Linux kernel feature that allows you to send low-level commands directly to the kernel, even when the system appears frozen.<\/p>\n<p data-start=\"916\" data-end=\"1006\">This feature works only if it is enabled in the kernel configuration (CONFIG_MAGIC_SYSRQ).<\/p>\n<h2 data-start=\"1013\" data-end=\"1054\">How to Check if Magic SysRq Is Enabled<\/h2>\n<p data-start=\"1056\" data-end=\"1080\">Open a terminal and run:<\/p>\n<p data-start=\"1082\" data-end=\"1107\">ls \/proc\/sys\/kernel\/sysrq<\/p>\n<p data-start=\"1109\" data-end=\"1154\">If the file exists, the feature is available.<\/p>\n<p data-start=\"1156\" data-end=\"1184\">If you see an error such as:<\/p>\n<p data-start=\"1186\" data-end=\"1249\">cannot access \/proc\/sys\/kernel\/sysrq: No such file or directory<\/p>\n<p data-start=\"1251\" data-end=\"1328\">then your kernel does not support Magic SysRq, and this method will not work.<\/p>\n<p data-start=\"1330\" data-end=\"1405\">If your keyboard does not have a SysRq key, try using the Print Screen key.<\/p>\n<h2 data-start=\"1412\" data-end=\"1457\">How to Safely Reboot a Frozen Linux System<\/h2>\n<p data-start=\"1459\" data-end=\"1599\">When your system becomes unresponsive, use the following key sequence. Press each combination slowly and wait 4\u20135 seconds between each step.<\/p>\n<p data-start=\"1601\" data-end=\"1653\">Alt + SysRq + R<br data-start=\"1616\" data-end=\"1619\" \/>Switches the keyboard to raw mode.<\/p>\n<p data-start=\"1655\" data-end=\"1711\">Alt + SysRq + S<br data-start=\"1670\" data-end=\"1673\" \/>Syncs all mounted filesystems to disk.<\/p>\n<p data-start=\"1713\" data-end=\"1783\">Alt + SysRq + E<br data-start=\"1728\" data-end=\"1731\" \/>Sends the terminate signal to all running processes.<\/p>\n<p data-start=\"1785\" data-end=\"1852\">Alt + SysRq + I<br data-start=\"1800\" data-end=\"1803\" \/>Sends the kill signal to all remaining processes.<\/p>\n<p data-start=\"1854\" data-end=\"1910\">Alt + SysRq + U<br data-start=\"1869\" data-end=\"1872\" \/>Remounts all filesystems as read-only.<\/p>\n<p data-start=\"1912\" data-end=\"1961\">Alt + SysRq + B<br data-start=\"1927\" data-end=\"1930\" \/>Reboots the system immediately.<\/p>\n<p data-start=\"1963\" data-end=\"2067\">This sequence safely prepares the system before rebooting, reducing the chance of filesystem corruption.<\/p>\n<h2 data-start=\"2074\" data-end=\"2120\">Why This Method Is Better Than a Hard Reset<\/h2>\n<p data-start=\"2122\" data-end=\"2140\">Using Magic SysRq:<\/p>\n<ul data-start=\"2142\" data-end=\"2263\">\n<li data-start=\"2142\" data-end=\"2175\">\n<p data-start=\"2144\" data-end=\"2175\">Terminates processes properly<\/p>\n<\/li>\n<li data-start=\"2176\" data-end=\"2198\">\n<p data-start=\"2178\" data-end=\"2198\">Syncs data to disk<\/p>\n<\/li>\n<li data-start=\"2199\" data-end=\"2229\">\n<p data-start=\"2201\" data-end=\"2229\">Prevents filesystem damage<\/p>\n<\/li>\n<li data-start=\"2230\" data-end=\"2263\">\n<p data-start=\"2232\" data-end=\"2263\">Reduces the risk of data loss<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"2265\" data-end=\"2341\">A forced power reset skips all these steps and may cause serious corruption.<\/p>\n<h2 data-start=\"2348\" data-end=\"2380\">If the System Does Not Reboot<\/h2>\n<p data-start=\"2382\" data-end=\"2441\">If the system does not respond to the Magic SysRq sequence:<\/p>\n<ul data-start=\"2443\" data-end=\"2575\">\n<li data-start=\"2443\" data-end=\"2485\">\n<p data-start=\"2445\" data-end=\"2485\">The kernel may not support Magic SysRq<\/p>\n<\/li>\n<li data-start=\"2486\" data-end=\"2517\">\n<p data-start=\"2488\" data-end=\"2517\">The feature may be disabled<\/p>\n<\/li>\n<li data-start=\"2518\" data-end=\"2575\">\n<p data-start=\"2520\" data-end=\"2575\">The system may be completely locked at hardware level<\/p>\n<\/li>\n<\/ul>\n<p data-start=\"2577\" data-end=\"2628\">In that case, a hard reset may be your only option.<\/p>\n<h2 data-start=\"2635\" data-end=\"2652\">Final Thoughts<\/h2>\n<p data-start=\"2654\" data-end=\"2825\">Hardware failures or severe kernel issues can freeze even a stable Linux system. Instead of forcing a shutdown, use the Magic SysRq key sequence to perform a safer reboot.<\/p>\n<p data-start=\"2827\" data-end=\"2924\">This simple method can prevent data corruption and protect your filesystem during system crashes.<\/p>\n<p data-start=\"2926\" data-end=\"3109\" data-is-last-node=\"\" data-is-only-node=\"\">If you need assistance diagnosing Linux crashes, kernel issues, or server stability problems, <a href=\"https:\/\/www.supportpro.com\/requestquote.php\">SupportPRO Server Admin<\/a> can help you troubleshoot and secure your systems professionally.<\/p>\n<p style=\"text-align: center;\"><!--HubSpot Call-to-Action Code --><span id=\"hs-cta-wrapper-9d590242-d641-4383-94b4-8cfd62f0af6b\" class=\"hs-cta-wrapper\"><span id=\"hs-cta-9d590242-d641-4383-94b4-8cfd62f0af6b\" class=\"hs-cta-node hs-cta-9d590242-d641-4383-94b4-8cfd62f0af6b\"><!-- [if lte IE 8]><\/p>\n\n\n\n\n\n<div id=\"hs-cta-ie-element\"><\/div>\n\n\n<![endif]--><a href=\"https:\/\/cta-redirect.hubspot.com\/cta\/redirect\/2725694\/9d590242-d641-4383-94b4-8cfd62f0af6b\"><img decoding=\"async\" id=\"hs-cta-img-9d590242-d641-4383-94b4-8cfd62f0af6b\" class=\"hs-cta-img\" style=\"border-width: 0px;\" src=\"https:\/\/no-cache.hubspot.com\/cta\/default\/2725694\/9d590242-d641-4383-94b4-8cfd62f0af6b.png\" alt=\"Server not running properly? Get A FREE Server Checkup By Expert Server Admins - $125 Value\" \/><\/a><\/span><\/span><!-- end HubSpot Call-to-Action Code --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A completely frozen Linux system can be frustrating. The mouse cursor does not move. Keyboard shortcuts like Ctrl + Alt + F1 or Ctrl + Alt + Backspace do not&hellip;<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[5,1,3],"tags":[],"class_list":["post-948","post","type-post","status-publish","format-standard","hentry","category-general-topics","category-miscellaneous","category-technical-articles"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Learn how to safely reboot a frozen Linux system using the Magic SysRq key sequence to prevent data loss and filesystem corruption\" \/>\n\t<meta name=\"robots\" content=\"max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n\t<meta name=\"author\" content=\"SupportPRO Admin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Server Management Tips | SupportPRO Blog\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Reboot a Frozen Linux System Safely | SupportPRO\" \/>\n\t\t<meta property=\"og:description\" content=\"Learn how to safely reboot a frozen Linux system using the Magic SysRq key sequence to prevent data loss and filesystem corruption\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2012-12-12T10:32:31+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-02-13T07:13:12+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Reboot a Frozen Linux System Safely | SupportPRO\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Learn how to safely reboot a frozen Linux system using the Magic SysRq key sequence to prevent data loss and filesystem corruption\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/#article\",\"name\":\"How to Reboot a Frozen Linux System Safely | SupportPRO\",\"headline\":\"How to Safely Reboot a Frozen Linux System Using Magic SysRq\",\"author\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/managementadmin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/no-cache.hubspot.com\\\/cta\\\/default\\\/2725694\\\/9d590242-d641-4383-94b4-8cfd62f0af6b.png\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/#articleImage\"},\"datePublished\":\"2012-12-12T04:32:31-06:00\",\"dateModified\":\"2026-02-13T01:13:12-06:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/#webpage\"},\"articleSection\":\"General Topics, Miscellaneous, Technical Articles\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.supportpro.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/miscellaneous\\\/#listItem\",\"name\":\"Miscellaneous\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/miscellaneous\\\/#listItem\",\"position\":2,\"name\":\"Miscellaneous\",\"item\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/miscellaneous\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/#listItem\",\"name\":\"How to Safely Reboot a Frozen Linux System Using Magic SysRq\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/#listItem\",\"position\":3,\"name\":\"How to Safely Reboot a Frozen Linux System Using Magic SysRq\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/category\\\/miscellaneous\\\/#listItem\",\"name\":\"Miscellaneous\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#organization\",\"name\":\"SupportPRO\",\"description\":\"SupportPRO Blog\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/\",\"telephone\":\"+18476076123\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/managementadmin\\\/#author\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/managementadmin\\\/\",\"name\":\"SupportPRO Admin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/13d2f63048d631e03a432375448be5eb7861069df4fef10f0cb1c7b36554c225?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"SupportPRO Admin\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/#webpage\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/\",\"name\":\"How to Reboot a Frozen Linux System Safely | SupportPRO\",\"description\":\"Learn how to safely reboot a frozen Linux system using the Magic SysRq key sequence to prevent data loss and filesystem corruption\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/preventing-damage-after-system-lockup\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/managementadmin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/author\\\/managementadmin\\\/#author\"},\"datePublished\":\"2012-12-12T04:32:31-06:00\",\"dateModified\":\"2026-02-13T01:13:12-06:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/\",\"name\":\"Server Management Tips\",\"description\":\"SupportPRO Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.supportpro.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>How to Reboot a Frozen Linux System Safely | SupportPRO<\/title>\n\n","aioseo_head_json":{"title":"How to Reboot a Frozen Linux System Safely | SupportPRO","description":"Learn how to safely reboot a frozen Linux system using the Magic SysRq key sequence to prevent data loss and filesystem corruption","canonical_url":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/","robots":"max-snippet:-1, max-image-preview:large, max-video-preview:-1","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/#article","name":"How to Reboot a Frozen Linux System Safely | SupportPRO","headline":"How to Safely Reboot a Frozen Linux System Using Magic SysRq","author":{"@id":"https:\/\/www.supportpro.com\/blog\/author\/managementadmin\/#author"},"publisher":{"@id":"https:\/\/www.supportpro.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/no-cache.hubspot.com\/cta\/default\/2725694\/9d590242-d641-4383-94b4-8cfd62f0af6b.png","@id":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/#articleImage"},"datePublished":"2012-12-12T04:32:31-06:00","dateModified":"2026-02-13T01:13:12-06:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/#webpage"},"isPartOf":{"@id":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/#webpage"},"articleSection":"General Topics, Miscellaneous, Technical Articles"},{"@type":"BreadcrumbList","@id":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.supportpro.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/miscellaneous\/#listItem","name":"Miscellaneous"}},{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/miscellaneous\/#listItem","position":2,"name":"Miscellaneous","item":"https:\/\/www.supportpro.com\/blog\/category\/miscellaneous\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/#listItem","name":"How to Safely Reboot a Frozen Linux System Using Magic SysRq"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/#listItem","position":3,"name":"How to Safely Reboot a Frozen Linux System Using Magic SysRq","previousItem":{"@type":"ListItem","@id":"https:\/\/www.supportpro.com\/blog\/category\/miscellaneous\/#listItem","name":"Miscellaneous"}}]},{"@type":"Organization","@id":"https:\/\/www.supportpro.com\/blog\/#organization","name":"SupportPRO","description":"SupportPRO Blog","url":"https:\/\/www.supportpro.com\/blog\/","telephone":"+18476076123"},{"@type":"Person","@id":"https:\/\/www.supportpro.com\/blog\/author\/managementadmin\/#author","url":"https:\/\/www.supportpro.com\/blog\/author\/managementadmin\/","name":"SupportPRO Admin","image":{"@type":"ImageObject","@id":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/13d2f63048d631e03a432375448be5eb7861069df4fef10f0cb1c7b36554c225?s=96&d=mm&r=g","width":96,"height":96,"caption":"SupportPRO Admin"}},{"@type":"WebPage","@id":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/#webpage","url":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/","name":"How to Reboot a Frozen Linux System Safely | SupportPRO","description":"Learn how to safely reboot a frozen Linux system using the Magic SysRq key sequence to prevent data loss and filesystem corruption","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.supportpro.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/#breadcrumblist"},"author":{"@id":"https:\/\/www.supportpro.com\/blog\/author\/managementadmin\/#author"},"creator":{"@id":"https:\/\/www.supportpro.com\/blog\/author\/managementadmin\/#author"},"datePublished":"2012-12-12T04:32:31-06:00","dateModified":"2026-02-13T01:13:12-06:00"},{"@type":"WebSite","@id":"https:\/\/www.supportpro.com\/blog\/#website","url":"https:\/\/www.supportpro.com\/blog\/","name":"Server Management Tips","description":"SupportPRO Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.supportpro.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Server Management Tips | SupportPRO Blog","og:type":"article","og:title":"How to Reboot a Frozen Linux System Safely | SupportPRO","og:description":"Learn how to safely reboot a frozen Linux system using the Magic SysRq key sequence to prevent data loss and filesystem corruption","og:url":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/","article:published_time":"2012-12-12T10:32:31+00:00","article:modified_time":"2026-02-13T07:13:12+00:00","twitter:card":"summary","twitter:title":"How to Reboot a Frozen Linux System Safely | SupportPRO","twitter:description":"Learn how to safely reboot a frozen Linux system using the Magic SysRq key sequence to prevent data loss and filesystem corruption"},"aioseo_meta_data":{"post_id":"948","title":"How to Reboot a Frozen Linux System Safely | SupportPRO","description":"Learn how to safely reboot a frozen Linux system using the Magic SysRq key sequence to prevent data loss and filesystem corruption","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-02-13 07:25:33","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2021-12-10 16:16:49","updated":"2026-06-30 23:59:54"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.supportpro.com\/blog\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/www.supportpro.com\/blog\/category\/miscellaneous\/\" title=\"Miscellaneous\">Miscellaneous<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tHow to Safely Reboot a Frozen Linux System Using Magic SysRq\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.supportpro.com\/blog"},{"label":"Miscellaneous","link":"https:\/\/www.supportpro.com\/blog\/category\/miscellaneous\/"},{"label":"How to Safely Reboot a Frozen Linux System Using Magic SysRq","link":"https:\/\/www.supportpro.com\/blog\/preventing-damage-after-system-lockup\/"}],"_links":{"self":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/948","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/comments?post=948"}],"version-history":[{"count":10,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/948\/revisions"}],"predecessor-version":[{"id":15507,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/posts\/948\/revisions\/15507"}],"wp:attachment":[{"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/media?parent=948"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/categories?post=948"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.supportpro.com\/blog\/wp-json\/wp\/v2\/tags?post=948"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}