{"id":3965,"date":"2025-12-30T14:44:18","date_gmt":"2025-12-30T14:44:18","guid":{"rendered":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?p=3965"},"modified":"2026-04-08T12:39:47","modified_gmt":"2026-04-08T12:39:47","slug":"check-folder-permission-in-windows-cmd","status":"publish","type":"post","link":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/488\/check-folder-permission-in-windows-cmd.html","title":{"rendered":"How to Check Folder Permission 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>Have you ever tried opening a folder, installing software, or running a script in Windows and suddenly got an <strong>\u201cAccess Denied\u201d<\/strong> error?<\/p>\n\n\n\n<p>Most of the time, the real issue is folder permissions!<\/p>\n\n\n\n<p>Folder permissions decide who can read, write, modify, or execute files inside a folder. If these permissions are not set correctly, even an administrator can face problems.<\/p>\n\n\n\n<p>That\u2019s where Windows Command Prompt (CMD) becomes very useful.<\/p>\n\n\n\n<p>Using CMD, you can quickly check folder permissions, see who has access, and identify why something isn&#8217;t working as expected. In this guide, we will walk you through the exact commands, explain what each part means, and help you understand standard permission codes clearly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Check Folder Permissions Using CMD?<\/strong><\/h2>\n\n\n\n<p><strong>CMD is the best option as it gives you:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: '\\2794'\">\n\n<li>&nbsp;A fast way to view permissions without opening multiple windows.<\/li>\n\n\n<li>&nbsp;Clear, detailed permission output<\/li>\n\n\n<li>&nbsp;Better control for troubleshooting access-related issues<\/li>\n\n\n<li>&nbsp;Helpful information for servers, VPS, or system-level tasks<\/li>\n\n<\/ul>\n\n\n\n<p>Whether you are managing a local PC or a Windows server, this method works everywhere.<\/p>\n\n\n\n<p><hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/487\/check-net-framework-version-in-windows.html\"><strong>How to Check .NET Framework Version in Windows CMD?<\/strong><\/a><\/p><hr><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Permission Issues Users Face<\/strong><\/h2>\n\n\n\n<p>Here is a list of common permission issues users often face:<\/p>\n\n\n\n<ul class=\"wp-block-list\" style=\"list-style: '\\2794'\">\n\n<li>&nbsp;Application not installing due to missing <strong>Write<\/strong> permission<\/li>\n\n\n<li>&nbsp;Script failing because the user lacks <strong>Execute<\/strong> access<\/li>\n\n\n<li>&nbsp;Backup failing due to missing <strong>Read<\/strong> rights<\/li>\n\n\n<li>&nbsp;Folder accessible to admin but not normal users<\/li>\n\n<\/ul>\n\n\n\n<p>But CMD helps you identify these issues quickly.<\/p>\n\n\n\n<p>Let\u2019s get started with the steps!<\/p>\n\n\n\n<p><hr><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><hr><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Step-by-Step Process on How to Check Folder Permission in Windows CMD<\/strong><\/h2>\n\n\n\n<p>\u2794 Firstly, open CMD with proper access. If you are checking system folders or protected directories:<\/p>\n\n\n\n<p>You have to right-click on <strong>\u2018Command Prompt\u2019<\/strong> &amp; select <strong>\u2018Run as administrator.\u2019<\/strong><\/p>\n\n\n\n<p>\u2794 Windows uses the <strong>icacls<\/strong> command to display and manage file and folder permissions.<\/p>\n\n\n\n<p>To check folder permissions, enter the following command:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\n            \ud83d\udccb\n          <\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>icacls FolderName<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Or if you want to use the full path:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\n            \ud83d\udccb\n          <\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>icacls C:\\Users\\Public\\Documents<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Once done, just click <strong>Enter.<\/strong><\/p>\n\n\n\n<p>\u2794 After entering, you will see output similar to this:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\n            \ud83d\udccb\n          <\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>C:\\Users\\Public\\Documents<\/strong><br><strong>BUILTIN\\Administrators:(F)<\/strong><br><strong>NT AUTHORITY\\SYSTEM:(F)<\/strong><br><strong>BUILTIN\\Users:(RX)<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u2605 <strong>What does this mean?<\/strong><\/p>\n\n\n\n<p>Let\u2019s break this down in a simple way!<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Administrators<\/strong> \u2013 Admin users<\/li>\n\n\n\n<li><strong>SYSTEM<\/strong> \u2013 Windows system itself<\/li>\n\n\n\n<li><strong>Users <\/strong>\u2013 Standard user accounts<\/li>\n<\/ul>\n\n\n\n<p>\u2605 <span id=\"docs-internal-guid-209a54ee-7fff-366b-8d3c-15d233e5ddc7\"><span style=\"font-size: 12pt; font-family: Verdana, sans-serif; background-color: transparent; font-weight: 700; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-alternates: normal; font-variant-position: normal; font-variant-emoji: normal; vertical-align: baseline;\">But what are these letters inside brackets?<\/span><\/span><\/p>\n\n\n\n<p>The letters in brackets indicate the type of access allowed.<\/p>\n\n\n\n<p>Here are the most common permission codes you should know:<\/p>\n\n\n\n<p>\u27a2 <strong>F \u2013 Full Control<\/strong><\/p>\n\n\n\n<p>The user can read, write, modify, delete, and change permissions.<\/p>\n\n\n\n<p>\u27a2 <strong>M \u2013 Modify<\/strong><\/p>\n\n\n\n<p>The user can read, write, and delete files, but cannot change permissions.<\/p>\n\n\n\n<p>\u27a2 <strong>RX \u2013 Read &amp; Execute<\/strong><\/p>\n\n\n\n<p>The user can open files and run programs, but cannot modify anything.<\/p>\n\n\n\n<p>\u27a2 <strong>R \u2013 Read Only<\/strong><\/p>\n\n\n\n<p>The user can only view files and folder content.<\/p>\n\n\n\n<p>\u27a2 <strong>W \u2013 Write<\/strong><\/p>\n\n\n\n<p>The user can create new files and folders, but cannot modify existing ones.<\/p>\n\n\n\n<p>\u27a2 <strong>D \u2013 Delete<\/strong><\/p>\n\n\n\n<p>User is allowed to delete files or folders.<\/p>\n\n\n\n<p>\u2605 <strong>Inherited Permissions<\/strong><\/p>\n\n\n\n<p>There will be cases in which you may see:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\n            \ud83d\udccb\n          <\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>(OI)(CI)<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>This means:<\/strong><\/p>\n\n\n\n<p><strong>OI (Object Inherit)<\/strong> \u2013 Files inside the folder inherit the permission<\/p>\n\n\n\n<p><strong>CI (Container Inherit)<\/strong> \u2013 Subfolders inherit the permission<\/p>\n\n\n\n<p>Inherited permissions come from the parent folder.<\/p>\n\n\n\n<p><hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/474\/check-sql-version-in-windows-cmd.html\"><strong>How to Check the SQL Version in Windows CMD?<\/strong><\/a><\/p><hr><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u2605 <strong>Checking Permissions for All Files Inside a Folder<\/strong><\/h3>\n\n\n\n<p>To check permissions for the folder and everything inside it, you have to use:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\n            \ud83d\udccb\n          <\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>icacls FolderName \/T<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>For example:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\n            \ud83d\udccb\n          <\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>icacls C:\\ProjectFiles \/T<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>This is useful when troubleshooting permission issues for multiple files.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u2605 <strong>Checking Permissions for a Specific User<\/strong><\/h3>\n\n\n\n<p>If you want to find permissions for a particular user, you can scan the output or combine it with:<\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\n            \ud83d\udccb\n          <\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>findstr Username<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>For example:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<button class=\"copy-btn\" onclick=\"copyCommand(this)\">\n            \ud83d\udccb\n          <\/button><span class=\"copy-msg\">Copied!<\/span>\n<table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>icacls C:\\ProjectFiles | findstr John<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>This helps when multiple users are listed.<\/p>\n\n\n\n<p><hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html\"><strong>How to Check Angular Version in Windows CMD?<\/strong><\/a><\/p><hr><\/p>\n\n\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                            Explore Windows VPS                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Checking folder permissions using Windows CMD is one of the most straightforward yet most powerful troubleshooting skills you can learn.<\/p>\n\n\n\n<p>With the <strong>icacls<\/strong> command, you can clearly see who has access, what kind of access they have, and why permission errors occur.<\/p>\n\n\n\n<p>Once you understand common permission codes like F, M, RX, R, and W, permission-related problems become much easier to solve. Whether you are managing files on your personal computer, a VPS, or a Windows server, this method gives you complete clarity and control.<\/p>\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>","protected":false},"excerpt":{"rendered":"<p>Have you ever tried opening a folder, installing software, or running a script in Windows and suddenly got an \u201cAccess Denied\u201d error? Most of the time, the real issue is folder permissions! Folder permissions decide who can read, write, modify, or execute files inside a folder. If these permissions are not set correctly, even an [&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-3965","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 Folder Permission in Windows CMD?<\/title>\n<meta name=\"description\" content=\"Learn about checking folder permissions in Windows using CMD by knowing the icacls command, understanding permission codes, and fixing access-denied errors.\" \/>\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\/488\/check-folder-permission-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 Folder Permission in Windows CMD?\" \/>\n<meta property=\"og:description\" content=\"Learn about checking folder permissions in Windows using CMD by knowing the icacls command, understanding permission codes, and fixing access-denied errors.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/488\/check-folder-permission-in-windows-cmd.html\" \/>\n<meta property=\"og:site_name\" content=\"Host IT Smart Knowledge base\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-30T14:44:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-08T12:39:47+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\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/488\/check-folder-permission-in-windows-cmd.html\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/488\/check-folder-permission-in-windows-cmd.html\",\"name\":\"How to Check Folder Permission in Windows CMD?\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website\"},\"datePublished\":\"2025-12-30T14:44:18+00:00\",\"dateModified\":\"2026-04-08T12:39:47+00:00\",\"author\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108\"},\"description\":\"Learn about checking folder permissions in Windows using CMD by knowing the icacls command, understanding permission codes, and fixing access-denied errors.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/488\/check-folder-permission-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 Folder Permission in Windows CMD?","description":"Learn about checking folder permissions in Windows using CMD by knowing the icacls command, understanding permission codes, and fixing access-denied errors.","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\/488\/check-folder-permission-in-windows-cmd.html","og_locale":"en_US","og_type":"article","og_title":"How to Check Folder Permission in Windows CMD?","og_description":"Learn about checking folder permissions in Windows using CMD by knowing the icacls command, understanding permission codes, and fixing access-denied errors.","og_url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/488\/check-folder-permission-in-windows-cmd.html","og_site_name":"Host IT Smart Knowledge base","article_published_time":"2025-12-30T14:44:18+00:00","article_modified_time":"2026-04-08T12:39:47+00:00","author":"Admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/488\/check-folder-permission-in-windows-cmd.html","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/488\/check-folder-permission-in-windows-cmd.html","name":"How to Check Folder Permission in Windows CMD?","isPartOf":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website"},"datePublished":"2025-12-30T14:44:18+00:00","dateModified":"2026-04-08T12:39:47+00:00","author":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108"},"description":"Learn about checking folder permissions in Windows using CMD by knowing the icacls command, understanding permission codes, and fixing access-denied errors.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/488\/check-folder-permission-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\/3965","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=3965"}],"version-history":[{"count":9,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/3965\/revisions"}],"predecessor-version":[{"id":4322,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/3965\/revisions\/4322"}],"wp:attachment":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/media?parent=3965"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/categories?post=3965"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/tags?post=3965"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}