{"id":14972,"date":"2025-12-24T10:44:51","date_gmt":"2025-12-24T10:44:51","guid":{"rendered":"https:\/\/www.bodhost.com\/kb\/?p=14972"},"modified":"2026-02-26T14:02:05","modified_gmt":"2026-02-26T14:02:05","slug":"how-to-use-reboot-and-shutdown-commands-in-ubuntu-server","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/","title":{"rendered":"How to Use Reboot and Shutdown Commands in Ubuntu Server"},"content":{"rendered":"<p>Managing an Ubuntu server often requires restarting or shutting it down for maintenance, updates, or troubleshooting. Using the correct commands ensures smooth operations, prevents data loss, and keeps services running efficiently during planned or emergency tasks.<\/p>\n<p>This guide explains how to use reboot and shutdown commands in Ubuntu Server, why they are important, and provides step-by-step instructions for immediate actions, scheduling, adding messages, and best practices for safe server management.<\/p>\n<h2><strong>Why Reboot or Shutdown a Server?<\/strong><\/h2>\n<p>Rebooting or shutting down a server is essential for applying system updates, fixing performance issues, or performing hardware maintenance. Doing this properly ensures stability, prevents corruption, and minimizes downtime for critical applications and services.<\/p>\n<h3><strong>Accessing Ubuntu Server<\/strong><\/h3>\n<p>You can access your Ubuntu server through a local terminal or remotely using <a href=\"https:\/\/www.bodhost.com\/kb\/how-to-enable-ssh-password-authentication\/\" target=\"_blank\" rel=\"noopener\">SSH<\/a>. For remote access, use:<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #008000; text-decoration: underline;\">ssh username@server-ip<\/span><\/span><\/p>\n<p>Ensure you have administrative privileges or use sudo for executing reboot and shutdown commands safely.<\/p>\n<h3><strong>Using the Reboot Command<\/strong><\/h3>\n<p>To restart the server immediately and safely, use:<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #008000; text-decoration: underline;\">sudo reboot<\/span><\/span><\/p>\n<p>This command closes all running processes, detaches filesystems, and reboots the system gracefully without risking data loss or service interruptions.<\/p>\n<h3><strong>Using the Shutdown Command<\/strong><\/h3>\n<p>The shutdown command provides more control over timing and messaging. It allows you to schedule shutdowns, add user notifications, and choose between halting or rebooting the system based on your maintenance requirements.<\/p>\n<h3><strong>Shut down the Server Immediately<\/strong><\/h3>\n<p>To power off the server instantly, run:<\/p>\n<p><span style=\"text-decoration: underline; color: #008000;\">sudo shutdown now<\/span><\/p>\n<p>This command stops all processes and shuts down the machine without delay, ensuring a quick and clean power-off operation.<\/p>\n<h3><strong>Shutdown at a Specific Time<\/strong><\/h3>\n<p>You can schedule a shutdown for later using:<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #008000; text-decoration: underline;\">sudo shutdown 22:30<\/span><\/span><\/p>\n<p>This example shuts down the server at a specific time, giving users time to save work and prepare for maintenance.<\/p>\n<h3><strong>Adding Messages with Shutdown<\/strong><\/h3>\n<p>Notify users before shutdown by adding a message:<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #008000; text-decoration: underline;\">sudo shutdown +10 &#8220;Server will shut down in 10 minutes for maintenance.&#8221;<\/span><\/span><\/p>\n<p>This broadcasts a message to all logged-in users, helping them prepare for the scheduled downtime.<\/p>\n<h3><strong>Restarting with the Shutdown Command<\/strong><\/h3>\n<p>To reboot using the shutdown command, use:<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #008000; text-decoration: underline;\">sudo shutdown -r now<\/span><\/span><\/p>\n<p>This immediately restarts the server after stopping all processes, useful for applying updates or resolving system issues.<\/p>\n<h3><strong>Cancel a Pending Shutdown or Restart<\/strong><\/h3>\n<p>If you scheduled a shutdown or reboot and need to cancel, use:<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #008000; text-decoration: underline;\">sudo shutdown -c<\/span><\/span><\/p>\n<p>This command stops the pending action and informs users that the shutdown or restart has been canceled.<\/p>\n<h3><strong>Force Shutdown or Reboot<\/strong><\/h3>\n<p>Use force only when normal commands fail:<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #008000; text-decoration: underline;\">sudo shutdown -h now<\/span><\/span><\/p>\n<p>For immediate power-off, or:<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #008000; text-decoration: underline;\">sudo systemctl reboot &#8211;force<\/span><\/span><\/p>\n<p>For a forced reboot. These should be used cautiously to avoid data loss.<\/p>\n<h3><strong>Quick Reference to Useful Commands<\/strong><\/h3>\n<ul>\n<li>Immediate reboot: <span style=\"color: #008000;\">sudo reboot<\/span><\/li>\n<li>Immediate shutdown: <span style=\"color: #008000;\">sudo shutdown now<\/span><\/li>\n<li>Schedule shutdown: <span style=\"color: #008000;\">sudo shutdown HH: MM<\/span><\/li>\n<li>Restart using shutdown: <span style=\"color: #008000;\">sudo shutdown -r now<\/span><\/li>\n<li>Cancel shutdown: <span style=\"color: #008000;\">sudo shutdown -c<\/span><\/li>\n<\/ul>\n<h3><strong>Best Practices<\/strong><\/h3>\n<p>Always notify users before shutdown, save work, and close applications. Avoid forced operations unless necessary. Schedule maintenance during off-peak hours and verify services after reboot to ensure smooth server performance.<\/p>\n<h4><strong>Conclusion<\/strong><\/h4>\n<p>Using reboot and shutdown commands in Ubuntu is simple but requires caution. Follow best practices to maintain system stability, prevent data loss, and ensure efficient server management during maintenance or troubleshooting.<\/p>\n<p data-pm-slice=\"0 0 []\">Learn more in our knowledge base: <a href=\"https:\/\/www.bodhost.com\/kb\/how-to-check-your-ubuntu-version-using-the-command-line\/\" target=\"_blank\" rel=\"noopener\">How to Check your Ubuntu Version Using the Command Line<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Managing an Ubuntu server often requires restarting or shutting it down for maintenance, updates, or troubleshooting. Using the correct commands ensures smooth operations, prevents data loss, and keeps services running&hellip;<\/p>\n<p><a href=\"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1559],"tags":[1678,1679],"class_list":["post-14972","post","type-post","status-publish","format-standard","hentry","category-ubuntu","tag-reboot-ubuntu-server-command","tag-shutdown-commands-in-ubuntu-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Use Reboot and Shutdown Commands in Ubuntu Server<\/title>\n<meta name=\"description\" content=\"Learn how to check your Ubuntu version using simple command-line steps. Quick guide for beginners and advanced users to verify OS details easily.\" \/>\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.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Reboot and Shutdown Commands in Ubuntu Server\" \/>\n<meta property=\"og:description\" content=\"Learn how to check your Ubuntu version using simple command-line steps. Quick guide for beginners and advanced users to verify OS details easily.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - bodHOST\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-24T10:44:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-26T14:02:05+00:00\" \/>\n<meta name=\"author\" content=\"Paul Lopez\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Paul Lopez\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\\\/\"},\"author\":{\"name\":\"Paul Lopez\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/566ccff9a2fae4af852be8097b179813\"},\"headline\":\"How to Use Reboot and Shutdown Commands in Ubuntu Server\",\"datePublished\":\"2025-12-24T10:44:51+00:00\",\"dateModified\":\"2026-02-26T14:02:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\\\/\"},\"wordCount\":554,\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"keywords\":[\"reboot Ubuntu server command\",\"Shutdown Commands in Ubuntu Server\"],\"articleSection\":[\"Ubuntu\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\\\/\",\"name\":\"How to Use Reboot and Shutdown Commands in Ubuntu Server\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\"},\"datePublished\":\"2025-12-24T10:44:51+00:00\",\"dateModified\":\"2026-02-26T14:02:05+00:00\",\"description\":\"Learn how to check your Ubuntu version using simple command-line steps. Quick guide for beginners and advanced users to verify OS details easily.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ubuntu\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/category\\\/ubuntu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use Reboot and Shutdown Commands in Ubuntu Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"alternateName\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"contentUrl\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"width\":240,\"height\":240,\"caption\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/566ccff9a2fae4af852be8097b179813\",\"name\":\"Paul Lopez\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g\",\"caption\":\"Paul Lopez\"},\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/author\\\/paullopez\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use Reboot and Shutdown Commands in Ubuntu Server","description":"Learn how to check your Ubuntu version using simple command-line steps. Quick guide for beginners and advanced users to verify OS details easily.","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.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/","og_locale":"en_US","og_type":"article","og_title":"How to Use Reboot and Shutdown Commands in Ubuntu Server","og_description":"Learn how to check your Ubuntu version using simple command-line steps. Quick guide for beginners and advanced users to verify OS details easily.","og_url":"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/","og_site_name":"Knowledge Base - bodHOST","article_published_time":"2025-12-24T10:44:51+00:00","article_modified_time":"2026-02-26T14:02:05+00:00","author":"Paul Lopez","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Paul Lopez","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/#article","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/"},"author":{"name":"Paul Lopez","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/566ccff9a2fae4af852be8097b179813"},"headline":"How to Use Reboot and Shutdown Commands in Ubuntu Server","datePublished":"2025-12-24T10:44:51+00:00","dateModified":"2026-02-26T14:02:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/"},"wordCount":554,"publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"keywords":["reboot Ubuntu server command","Shutdown Commands in Ubuntu Server"],"articleSection":["Ubuntu"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/","url":"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/","name":"How to Use Reboot and Shutdown Commands in Ubuntu Server","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/#website"},"datePublished":"2025-12-24T10:44:51+00:00","dateModified":"2026-02-26T14:02:05+00:00","description":"Learn how to check your Ubuntu version using simple command-line steps. Quick guide for beginners and advanced users to verify OS details easily.","breadcrumb":{"@id":"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/kb\/how-to-use-reboot-and-shutdown-commands-in-ubuntu-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ubuntu","item":"https:\/\/www.bodhost.com\/kb\/category\/ubuntu\/"},{"@type":"ListItem","position":2,"name":"How to Use Reboot and Shutdown Commands in Ubuntu Server"}]},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/kb\/#website","url":"https:\/\/www.bodhost.com\/kb\/","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","description":"","publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"alternateName":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bodhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/kb\/#organization","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","url":"https:\/\/www.bodhost.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","contentUrl":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","width":240,"height":240,"caption":"Web Hosting Knowledge Base | bodHOST Hosting FAQ"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/566ccff9a2fae4af852be8097b179813","name":"Paul Lopez","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g","caption":"Paul Lopez"},"url":"https:\/\/www.bodhost.com\/kb\/author\/paullopez\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/14972","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/comments?post=14972"}],"version-history":[{"count":7,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/14972\/revisions"}],"predecessor-version":[{"id":14979,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/14972\/revisions\/14979"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/media?parent=14972"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/categories?post=14972"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/tags?post=14972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}