{"id":4010,"date":"2026-01-30T11:42:11","date_gmt":"2026-01-30T11:42:11","guid":{"rendered":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?p=4010"},"modified":"2026-04-08T12:38:35","modified_gmt":"2026-04-08T12:38:35","slug":"check-ubuntu-version-in-windows-cmd","status":"publish","type":"post","link":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html","title":{"rendered":"How to Check the Ubuntu Version in Windows CMD?"},"content":{"rendered":"<style>\n.blg-advrt-main {\n    width: 100%;\n    max-width: 1000px;   \/* increase overall box width *\/\n    margin: 30px auto;   \/* center it nicely *\/\n}\n\n.blg-prm-bx {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 40px;           \/* more spacing between image & text *\/\n    padding: 30px 40px;  \/* increase inner space *\/\n    border-radius: 12px;\n    box-shadow: 0 6px 18px rgba(0,0,0,0.08);\n}\n\n\/* Image *\/\n.blg-prm-bx img {\n    max-width: 320px;   \/* bigger image *\/\n    height: auto;\n}\n\n\/* Content area *\/\n.blg-prm-bx .content {\n    max-width: 550px;\n}\n\n\/* Heading *\/\n.blg-prm-bx h2 {\n    font-size: 26px;\n    margin-bottom: 12px;\n}\n\n\/* Paragraph *\/\n.blg-prm-bx p {\n    font-size: 16px;\n    line-height: 1.6;\n}\n\n\/* Button *\/\n.blg-prm-bx a {\n    display: inline-block;\n    margin-top: 15px;\n    padding: 12px 22px;\n    font-size: 15px;\n    border-radius: 6px;\n}\n<\/style>\n\n<p>If you are using Ubuntu on Windows through WSL (Windows Subsystem for Linux), knowing your Ubuntu version is very important!<\/p>\n\n\n\n<p><strong>Why?<\/strong><\/p>\n\n\n\n<p>Because many commands, software installations, and updates depend on the exact Ubuntu version you are running.<br><\/p>\n\n\n\n<p>The good news is, you don\u2019t need to open a separate Ubuntu terminal to check this. You can easily find your Ubuntu version directly from the Windows Command Prompt (CMD).<\/p>\n\n\n\n<p>In this guide, we will walk you through simple, reliable steps to check your Ubuntu version using Windows CMD.<\/p>\n\n\n<hr>\n\n\n<p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/477\/check-react-version-in-cmd.html\"><strong>How to Check React Version in Windows CMD?<\/strong><\/a><\/p>\n\n\n<hr>\n\n\n<h2 class=\"wp-block-heading\">\u27a2 <strong>Prerequisites<\/strong><\/h2>\n\n\n\n<p><strong>Before starting, make sure:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;WSL is installed on your Windows system.<\/li>\n\n\n<li>&nbsp;Ubuntu is installed via WSL.<\/li>\n\n\n<li>&nbsp;You can open Command Prompt (CMD).<\/li>\n\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Methods to Check the Ubuntu Version in Windows CMD<\/strong><\/h2>\n\n\n\n<p>There are 3 methods to check the Ubuntu Version in the Windows Command line, through which you can check:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Method 1: Check Ubuntu Version Using the <span class=\"code_syntax\">lsb_release<\/span> Command<\/strong><\/h3>\n\n\n\n<p>The <strong class=\"code_syntax\">lsb_release<\/strong> command displays official distribution information of your Ubuntu system. It is designed specifically to show Linux distribution details such as version number, release name, and codename.<\/p>\n\n\n\n<p>This is the cleanest and most user-friendly method, making it ideal for beginners.<\/p>\n\n\n\n<p>\u27a2  <strong>Step-by-Step Process<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;Open Command Prompt (CMD).<\/li>\n\n\n<li>&nbsp;In that, you have to enter the following command: <\/li>\n\n<\/ul>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>wsl lsb_release -a<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><br>\u27a2  <strong>How This Command Works:<\/strong><\/p>\n\n\n\n<p>\u2605  wsl tells Windows to execute the command inside the Linux environment.<\/p>\n\n\n\n<p>\u2605  <strong class=\"code_syntax\">lsb_release<\/strong> fetches Linux distribution details.<\/p>\n\n\n\n<p>\u2605  <strong class=\"code_syntax\">-a<\/strong> means \u201cshow all available information.\u201d<\/p>\n\n\n\n<p>\u2794  Press Enter after adding this command<\/p>\n\n\n\n<p><strong>You will get this output:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>Distributor ID:   Ubuntu<\/strong><br><strong>Description:&nbsp; &nbsp;   Ubuntu 22.04.3 LTS<\/strong><br><strong>Release:&nbsp; &nbsp; &nbsp; &nbsp;     22.04<\/strong><br><strong>Codename: &nbsp; &nbsp; &nbsp;jammy<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>\u27a2 What This Shows:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;<strong>Description <\/strong>\u2192 Full Ubuntu version<\/li>\n\n\n<li>&nbsp;<strong>Release<\/strong> \u2192 Version number<\/li>\n\n\n<li>&nbsp;<strong>Codename<\/strong> \u2192 Ubuntu release name<\/li>\n\n<\/ul>\n\n\n\n<p><strong>\u27a2 When to Use This Method<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;When you want clear and complete version details.<\/li>\n\n\n<li>&nbsp;When troubleshooting software installation issues.<\/li>\n\n\n<li>&nbsp;When following tutorials that require a specific Ubuntu version.<\/li>\n\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"block-11c1e6ed-5562-490a-afc4-cb275cce984a\"><\/h3>\n\n\n<hr>\n\n\n<p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/479\/check-laravel-version-windows-cmd.html\"><strong>How to Check Laravel Version in Windows CMD?<\/strong><\/a><\/p>\n\n\n<hr>\n\n\n<h3 class=\"wp-block-heading\"><strong>Method 2: Check Ubuntu Version Using <span class=\"code_syntax\">\/etc\/os-release<\/span><\/strong><\/h3>\n\n\n\n<p>Ubuntu stores its operating system details in a system file called <strong>\/etc\/os-release<\/strong>. This file contains raw OS information read directly from the system.<\/p>\n\n\n\n<p>This method is very reliable and works even if certain Ubuntu tools are missing.<\/p>\n\n\n\n<p><strong>\u27a2 Step-by-Step Process<br><\/strong> <\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;Open Command Prompt.<\/li>\n\n\n<li>&nbsp;Run the following command &amp; press Enter:<\/li>\n\n<\/ul>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>wsl cat \/etc\/os-release<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>\u27a2  <strong>How This Command Works:<\/strong><\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;<span class=\"code_syntax\">cat<\/span> is used to display file content.<\/li>\n\n\n<li>&nbsp;<strong class=\"code_syntax\">\/etc\/os-release<\/strong> is a system file that stores OS version details.<\/li>\n\n\n<li>&nbsp;<strong class=\"code_syntax\">wsl<\/strong> runs the command inside Ubuntu from Windows CMD.<\/li>\n\n<\/ul>\n\n\n\n<p><strong>You will get this output:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>NAME=&#8221;Ubuntu&#8221;<\/strong><br><strong>VERSION=&#8221;22.04.3 LTS (Jammy Jellyfish)&#8221;<\/strong><br><strong>VERSION_ID=&#8221;22.04&#8243;<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>\u27a2  What You Learn From This Output<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;<strong>VERSION<\/strong> \u2192 Full Ubuntu version name.<\/li>\n\n\n<li>&nbsp;<strong>VERSION_ID<\/strong> \u2192 Exact release number.<\/li>\n\n\n<li>&nbsp;<strong>NAME<\/strong> \u2192 Linux distribution name.<\/li>\n\n<\/ul>\n\n\n\n<p><strong>\u27a2 When to Use This Method<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;When the <strong class=\"code_syntax\">lsb_release<\/strong> command is not available.<\/li>\n\n\n<li>&nbsp;When you need system-level OS details.<\/li>\n\n\n<li>&nbsp;When working on advanced troubleshooting.<\/li>\n\n<\/ul>\n\n\n<hr \/>\n\n\n<p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/466\/check-mongodb-version-in-windows-cmd.html\"><strong>Guide to Check MongoDB Version in Windows CMD<\/strong><\/a><\/p>\n\n\n<hr>\n\n\n<h3 class=\"wp-block-heading\"><strong>Method 3: Check Ubuntu Version for a Specific WSL Distribution<\/strong><\/h3>\n\n\n\n<p>If your system has multiple Linux distributions installed (such as Debian, Kali, or multiple Ubuntu versions), this method ensures the command runs only for Ubuntu.<\/p>\n\n\n\n<p><strong>Step-by-Step Process<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;Open Command Prompt.<\/li>\n\n\n<li>&nbsp;In that, run the following command &amp; press Enter:<\/li>\n\n<\/ul>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\ud83d\udccb<\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>wsl -d Ubuntu lsb_release -a<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u27a2 <strong>How This Command Works:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;<strong class=\"code_syntax\">-d<\/strong> Ubuntu specifies the Ubuntu distribution.<\/li>\n\n\n<li>&nbsp;Prevents confusion when multiple Linux distributions are present.<\/li>\n\n\n<li>&nbsp;Ensures accurate version output.<\/li>\n\n<\/ul>\n\n\n\n<p>\u27a2 <strong>When to Use This Method<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: ' \\2794'\">\n\n<li>&nbsp;When multiple WSL distributions are installed.<\/li>\n\n\n<li>&nbsp;When managing more than one Ubuntu instance.<\/li>\n\n\n<li>&nbsp;When scripting or automating version checks.<\/li>\n\n<\/ul>\n\n\n<hr>\n\n\n<p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/464\/check-node-version-in-windows-cmd.html\"><strong>Guide to Check Node Version in Windows CMD<\/strong><\/a><\/p>\n\n\n<hr>\n    <div class=\"blg-advrt-main blg-prm-bx\">\n        <div class=\"row\" style=\"display: flex; justify-content: space-evenly; align-items: center;\">\n            <div class=\"col-md-5\">\n                <div class=\"blg-advrt-first blg-advrt-right\">\n                    <img decoding=\"async\" src=\"https:\/\/www.hostitsmart.com\/assets\/images\/Knowledgebase\/windows-hosting.png\" alt=\"windows-hosting\" \/>\n                <\/div>\n            <\/div>\n            <div class=\"col-md-7\">\n                <div class=\"blg-advrt-first blg-advrt-left\">\n                    <div class=\"blg_advrt_cnt\">\n                        Your Terminal Deserves a Powerful Home!                    <\/div>\n                    <p>\n                        Launch your projects on a secure, scalable Windows VPS designed for strong performance.                    <\/p>\n                    <div class=\"blg-advrt-first-btn affl-blg-btn\">\n                        <a href=\"https:\/\/www.hostitsmart.com\/servers\/windows-vps-hosting\">\n                            Get Windows VPS Hosting                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Knowing how to check your Ubuntu version from Windows CMD gives you better control over your system. Whether you prefer a clean command like <strong class=\"code_syntax\">lsb_release<\/strong>, a system-file approach, or a distribution-specific method, each option ensures accurate version details.<\/p>\n\n\n\n<p>These simple commands can save hours of troubleshooting and help you work confidently with Ubuntu on Windows. Once you know your version, everything, from updates to installations, becomes smoother and more reliable.<\/p>\n\n\n\n<script>\nfunction copyCommand(btn) {\n  const td = btn.parentElement.querySelector(\"td.kb_firewall\");\n  const text = td.innerText.trim();\n\n  navigator.clipboard.writeText(text).then(() => {\n    const msg = btn.parentElement.querySelector(\".copy-msg\");\n    msg.style.display = \"inline-block\";\n    setTimeout(() => msg.style.display = \"none\", 1000);\n  });\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>If you are using Ubuntu on Windows through WSL (Windows Subsystem for Linux), knowing your Ubuntu version is very important! Why? Because many commands, software installations, and updates depend on the exact Ubuntu version you are running. The good news is, you don\u2019t need to open a separate Ubuntu terminal to check this. You can [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49],"tags":[],"class_list":["post-4010","post","type-post","status-publish","format-standard","hentry","category-vps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Check the Ubuntu Version in Windows CMD?<\/title>\n<meta name=\"description\" content=\"How to Check the Ubuntu Version in Windows CMD?\" \/>\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.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Check the Ubuntu Version in Windows CMD?\" \/>\n<meta property=\"og:description\" content=\"How to Check the Ubuntu Version in Windows CMD?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html\" \/>\n<meta property=\"og:site_name\" content=\"Host IT Smart Knowledge base\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-30T11:42:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T12:38:35+00:00\" \/>\n<meta name=\"author\" content=\"Admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Admin\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html\",\"name\":\"How to Check the Ubuntu Version in Windows CMD?\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website\"},\"datePublished\":\"2026-01-30T11:42:11+00:00\",\"dateModified\":\"2026-04-08T12:38:35+00:00\",\"author\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108\"},\"description\":\"How to Check the Ubuntu Version in Windows CMD?\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/\",\"name\":\"Host IT Smart Knowledge base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108\",\"name\":\"Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g\",\"caption\":\"Admin\"},\"sameAs\":[\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/\"],\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Check the Ubuntu Version in Windows CMD?","description":"How to Check the Ubuntu Version in Windows CMD?","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.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html","og_locale":"en_US","og_type":"article","og_title":"How to Check the Ubuntu Version in Windows CMD?","og_description":"How to Check the Ubuntu Version in Windows CMD?","og_url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html","og_site_name":"Host IT Smart Knowledge base","article_published_time":"2026-01-30T11:42:11+00:00","article_modified_time":"2026-04-08T12:38:35+00:00","author":"Admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Admin"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html","name":"How to Check the Ubuntu Version in Windows CMD?","isPartOf":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website"},"datePublished":"2026-01-30T11:42:11+00:00","dateModified":"2026-04-08T12:38:35+00:00","author":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108"},"description":"How to Check the Ubuntu Version in Windows CMD?","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/490\/check-ubuntu-version-in-windows-cmd.html"]}]},{"@type":"WebSite","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/","name":"Host IT Smart Knowledge base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108","name":"Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g","caption":"Admin"},"sameAs":["https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/"],"url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/4010","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/comments?post=4010"}],"version-history":[{"count":42,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/4010\/revisions"}],"predecessor-version":[{"id":4320,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/4010\/revisions\/4320"}],"wp:attachment":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/media?parent=4010"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/categories?post=4010"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/tags?post=4010"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}