{"id":16162,"date":"2024-10-30T10:01:26","date_gmt":"2024-10-30T10:01:26","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=16162"},"modified":"2024-10-30T10:41:10","modified_gmt":"2024-10-30T10:41:10","password":"","slug":"how-to-check-disk-usage-with-df-and-du-commands","status":"publish","type":"docs","link":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/","title":{"rendered":"How to Check Disk Usage with df and du Commands"},"content":{"rendered":"\n<p>Checking disk usage in Linux is often done using the <code>df<\/code> and <code>du<\/code> commands, which provide details on how much space is being used and where. Here\u2019s how to use each command effectively.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Checking Disk Usage with <code>df<\/code><\/h2>\n\n\n\n<p>The <code>df<\/code> command (Disk Free) is a quick way to view available and used disk space on all mounted filesystems. By default, it shows data in 1K blocks, but you can modify it to display more user-friendly formats.<\/p>\n\n\n\n<p><h4>Basic Syntax<\/h4><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>df &#91;options] &#91;file]<pre class=\"!overflow-visible\"><div class=\"contain-inline-size rounded-md border-&#91;0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950\"><\/div><\/pre><\/code><\/pre>\n\n\n\n<p><strong>Commonly Used Options<\/strong><\/p>\n\n\n\n<p>Below are the most commonly used options with the <strong>df<\/strong> command<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Display in Human-Readable Format:<\/strong>\n<ul class=\"wp-block-list\">\n<li>This will show the disk usage in MB, GB, etc., making it easier to interpret.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>df -h<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"936\" height=\"291\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-638.png\" alt=\"\" class=\"wp-image-16169\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-638.png 936w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-638-300x93.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-638-768x239.png 768w\" sizes=\"auto, (max-width: 936px) 100vw, 936px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Check a Specific Filesystem<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Replace <code>\/path\/to\/directory<\/code> with a directory or device to view its usage specifically.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>df -h \/path\/to\/directory<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"763\" height=\"76\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-640.png\" alt=\"\" class=\"wp-image-16173\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-640.png 763w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-640-300x30.png 300w\" sizes=\"auto, (max-width: 763px) 100vw, 763px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Include File System Types<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Adds the file system type (e.g., ext4, tmpfs) in the output for each partition.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>df -T<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"172\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-639-1024x172.png\" alt=\"\" class=\"wp-image-16171\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-639-1024x172.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-639-300x50.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-639-768x129.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-639.png 1043w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>View Inodes Usage<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Displays the number of inodes (used\/available) on each filesystem, helpful for diagnosing inode exhaustion.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>df -i<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"949\" height=\"236\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-641.png\" alt=\"\" class=\"wp-image-16175\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-641.png 949w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-641-300x75.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-641-768x191.png 768w\" sizes=\"auto, (max-width: 949px) 100vw, 949px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Checking Disk Usage with <code>du<\/code><\/h2>\n\n\n\n<p>The <code>du<\/code> command (Disk Usage) is used to estimate the disk space used by specific files or directories. It\u2019s more detailed than <code>df<\/code>, allowing you to view usage down to the folder level.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><h4>Basic Syntax<\/h4><\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>du &#91;options] &#91;directory]<\/code><\/pre>\n\n\n\n<p><strong>Commonly Used Options<\/strong><\/p>\n\n\n\n<p>Below are the most commonly used options with the <strong>du<\/strong> command.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Display in Human-Readable Format:<\/strong>\n<ul class=\"wp-block-list\">\n<li>This will show folder sizes in KB, MB, GB, etc for the working directory.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>du -h<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"951\" height=\"295\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-642.png\" alt=\"\" class=\"wp-image-16180\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-642.png 951w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-642-300x93.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-642-768x238.png 768w\" sizes=\"auto, (max-width: 951px) 100vw, 951px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Summarize Directory Usage<\/strong>:\n<ul class=\"wp-block-list\">\n<li>The <code>-s<\/code> option gives the total size of the specified directory without listing sub-directories.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>du -sh \/path\/to\/directory<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"881\" height=\"172\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-643.png\" alt=\"\" class=\"wp-image-16181\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-643.png 881w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-643-300x59.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-643-768x150.png 768w\" sizes=\"auto, (max-width: 881px) 100vw, 881px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>List Directory and Subdirectory Usage:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Shows the disk usage of each directory and sub-directory.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>du -h \/path\/to\/directory\/*<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"153\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-644-1024x153.png\" alt=\"\" class=\"wp-image-16182\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-644-1024x153.png 1024w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-644-300x45.png 300w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-644-768x115.png 768w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-644.png 1105w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Limit Depth:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Limits the depth of directories shown to the specified level, providing an overview of immediate sub-directory sizes.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>du -h --max-depth=1 \/path\/to\/directory<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"655\" height=\"196\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-645.png\" alt=\"\" class=\"wp-image-16184\" srcset=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-645.png 655w, https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-645-300x90.png 300w\" sizes=\"auto, (max-width: 655px) 100vw, 655px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Summary<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Use <code>df<\/code><\/strong> for a broad overview of disk usage across all mounted filesystems.<\/li>\n\n\n\n<li><strong>Use <code>du<\/code><\/strong> when you want detailed information about specific folders or files within a filesystem.<\/li>\n<\/ul>\n\n\n\n<p>Together, <code>df<\/code> and <code>du<\/code> offer a comprehensive picture of disk usage on a Linux system, helping with monitoring, troubleshooting, and managing disk space effectively.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Checking disk usage in Linux is often done using the df and du commands, which provide details on how much space is being used and where. Here\u2019s how to use each command effectively. Checking Disk Usage with df The df command (Disk Free) is a quick way to view available and used disk space on [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_eb_attr":"","_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"doc_category":[1820,1824,1879,2128],"doc_tag":[],"class_list":["post-16162","docs","type-docs","status-publish","hentry","doc_category-cloud-servers-in-kenya","doc_category-dedicated-servers","doc_category-servers","doc_category-vps-servers"],"year_month":"2026-06","word_count":378,"total_views":"0","reactions":{"happy":"1","normal":"0","sad":"0"},"author_info":{"name":"Eugene","author_nicename":"eugene","author_url":"https:\/\/truehost.com\/support\/author\/eugene\/"},"doc_category_info":[{"term_name":"Cloud servers in Kenya","term_url":"https:\/\/truehost.com\/support\/docs-category\/cloud-servers-in-kenya\/"},{"term_name":"dedicated servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/dedicated-servers\/"},{"term_name":"Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/servers\/"},{"term_name":"VPS-Servers","term_url":"https:\/\/truehost.com\/support\/docs-category\/vps-servers\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Check Disk Usage with df and du Commands -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Check Disk Usage with df and du Commands -\" \/>\n<meta property=\"og:description\" content=\"Checking disk usage in Linux is often done using the df and du commands, which provide details on how much space is being used and where. Here\u2019s how to use each command effectively. Checking Disk Usage with df The df command (Disk Free) is a quick way to view available and used disk space on [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-30T10:41:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-638.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-check-disk-usage-with-df-and-du-commands\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-check-disk-usage-with-df-and-du-commands\\\/\",\"name\":\"How to Check Disk Usage with df and du Commands -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-check-disk-usage-with-df-and-du-commands\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-check-disk-usage-with-df-and-du-commands\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-638.png\",\"datePublished\":\"2024-10-30T10:01:26+00:00\",\"dateModified\":\"2024-10-30T10:41:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-check-disk-usage-with-df-and-du-commands\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-check-disk-usage-with-df-and-du-commands\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-check-disk-usage-with-df-and-du-commands\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-638.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/image-638.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/knowledge-base\\\/how-to-check-disk-usage-with-df-and-du-commands\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Check Disk Usage with df and du Commands\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"width\":240,\"height\":48,\"caption\":\"Truehost Kenya\"},\"image\":{\"@id\":\"https:\\\/\\\/truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Check Disk Usage with df and du Commands -","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:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/","og_locale":"en_US","og_type":"article","og_title":"How to Check Disk Usage with df and du Commands -","og_description":"Checking disk usage in Linux is often done using the df and du commands, which provide details on how much space is being used and where. Here\u2019s how to use each command effectively. Checking Disk Usage with df The df command (Disk Free) is a quick way to view available and used disk space on [&hellip;]","og_url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/","article_modified_time":"2024-10-30T10:41:10+00:00","og_image":[{"url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-638.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/","url":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/","name":"How to Check Disk Usage with df and du Commands -","isPartOf":{"@id":"https:\/\/truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/#primaryimage"},"image":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/#primaryimage"},"thumbnailUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-638.png","datePublished":"2024-10-30T10:01:26+00:00","dateModified":"2024-10-30T10:41:10+00:00","breadcrumb":{"@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/#primaryimage","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-638.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/10\/image-638.png"},{"@type":"BreadcrumbList","@id":"https:\/\/truehost.com\/support\/knowledge-base\/how-to-check-disk-usage-with-df-and-du-commands\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Check Disk Usage with df and du Commands"}]},{"@type":"WebSite","@id":"https:\/\/truehost.com\/support\/#website","url":"https:\/\/truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","width":240,"height":48,"caption":"Truehost Kenya"},"image":{"@id":"https:\/\/truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/16162","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/comments?post=16162"}],"version-history":[{"count":9,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/16162\/revisions"}],"predecessor-version":[{"id":16185,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/docs\/16162\/revisions\/16185"}],"wp:attachment":[{"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/media?parent=16162"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=16162"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=16162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}