{"id":16636,"date":"2024-11-05T12:56:45","date_gmt":"2024-11-05T12:56:45","guid":{"rendered":"https:\/\/truehost.com\/support\/?post_type=docs&#038;p=16636"},"modified":"2024-11-05T13:02:18","modified_gmt":"2024-11-05T13:02:18","password":"","slug":"introduction-to-linux-file-system-structure-what-every-user-should-know","status":"publish","type":"docs","link":"https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/","title":{"rendered":"Introduction to Linux File System Structure: What Every User Should Know"},"content":{"rendered":"\n<p>Linux, just like to other operating systems based on Unix, arranges its files and folders in a hierarchical system starting with the root directory (\/). <\/p>\n\n\n\n<p>It is crucial to understand this layout for efficiently navigating, controlling, and fixing issues in a Linux system. <\/p>\n\n\n\n<p>The structure of the Linux file system is designed in a similar way to an upside-down tree, where the top is the root directory (\/). All other directories stem from this root. <\/p>\n\n\n\n<p>Below are the following are the main directories commonly used in Linux, their functions, and the contents typically found in each. Main Directories in the Linux File System<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-style-zoooom\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"308\" src=\"https:\/\/truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58-1024x308.png\" alt=\"\" class=\"wp-image-16637\" srcset=\"https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58-1024x308.png 1024w, https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58-300x90.png 300w, https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58-768x231.png 768w, https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58-1536x463.png 1536w, https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58.png 1713w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Root Directory (\/)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The root directory serves as the top level in the Linux hierarchy from which all files and directories originate.<\/li>\n\n\n\n<li>Only system administrators (root users) have complete access to this directory.<\/li>\n\n\n\n<li>It houses important subdirectories containing system files, configurations, and binaries.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/bin \u2013 Necessary User Binaries<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This directory stores vital command binaries needed for system operations and maintenance.<\/li>\n\n\n\n<li>Essential utilities such as ls, cp, mv, cat, and echo are found here.<\/li>\n\n\n\n<li>Since it contains fundamental commands, all users can access this directory.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/boot \u2013 Boot Loader Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The \/boot directory contains files essential to the booting process, including the Linux kernel, initrd files, and the boot loader like GRUB.<\/li>\n\n\n\n<li>Modifying files in this directory requires caution as it is critical for system booting.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/dev \u2013 Device Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Device files representing hardware devices like disks, terminals, and USB devices are located in this directory.<\/li>\n\n\n\n<li>These are special files providing interfaces to hardware, not typical files.<\/li>\n\n\n\n<li>Examples include \/dev\/sda for disk drives and \/dev\/tty for terminals.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/etc \u2013 System Configuration Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This directory holds system-wide configuration files and shell scripts for setting up system settings.<\/li>\n\n\n\n<li>Files like passwd, fstab, and hosts can be found here, along with subdirectories for individual application configurations.<\/li>\n\n\n\n<li>System administrators heavily rely on this directory for controlling system settings and behavior.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/home \u2013 User Home Directories<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>User home directories are stored here, each user having their subdirectory (e.g., \/home\/user1, \/home\/user2).<\/li>\n\n\n\n<li>It houses user-specific files, preferences, and configurations.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ordinary users can read and write to their directories but cannot access others&#8217; by default.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/lib and \/lib64 \u2013 Key Shared Libraries<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Essential shared libraries needed by binaries in \/bin and \/sbin are stored here.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\/lib libraries are similar to DLL files on Windows and are crucial for system functioning.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In some systems, a \/lib64 directory may contain 64-bit libraries based on architecture.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/media \u2013 Removable Media<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This directory is used as a mount point for removable media like USB drives, CDs, and DVDs.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When a USB drive is connected, it may be automatically mounted in \/media for easy access.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/mnt \u2013 Temporary Mount Points<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This directory is often utilized for temporarily mounting filesystems.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Administrators can mount additional filesystems here as needed, such as network drives or external storage.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/opt \u2013 Optional Application Software<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>For installing third-party applications and software packages not managed by the default package manager.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Applications in \/opt may include additional software packages or vendor-specific software.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/proc \u2013 Process and Kernel Information<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A virtual file system offering details about running processes and kernel parameters.<\/li>\n\n\n\n<li>Each running process has directories and files (e.g., \/proc\/1234 for process ID 1234).<\/li>\n\n\n\n<li>Files are dynamically created and updated by the kernel, providing valuable data for monitoring and debugging.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/root \u2013 Root User Home Directory<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The home directory for the root user (administrator), positioned directly under the root (\/) directory for emergency access.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/run \u2013 Runtime Variable Data<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Has transient data related to system operations post last boot, like process IDs, sockets, and runtime information.<\/li>\n\n\n\n<li>Typically, this directory is cleared upon system reboot.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/sbin \u2013 System Binaries<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Contains core binaries for system administration tasks, mainly utilized by the root user.<\/li>\n\n\n\n<li>Commands such as ifconfig, reboot, and mkfs are included here and are not in regular users&#8217; default paths.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/srv \u2013 Service Data<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Data for services provided by the system, such as web and FTP servers, are kept in this directory.<\/li>\n\n\n\n<li>For example, a web server may have its data in \/srv\/www.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/tmp \u2013 Temporary Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Accessible to all users, this directory is meant for temporary files that are usually deleted upon reboot.<\/li>\n\n\n\n<li>Ideal for storing transient data.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/usr \u2013 User Binaries and Immutable Data<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Stores user applications and utilities, categorized into subdirectories like \/usr\/bin, \/usr\/lib, and \/usr\/share.<\/li>\n\n\n\n<li>\/usr\/local houses locally installed software while \/usr\/share contains architecture-independent data like documentation and icons.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\/var \u2013 Variable Data Files<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Contains files that tend to increase in size, namely logs, caches, and temporary files generated by applications.<\/li>\n\n\n\n<li>Important directories within \/var include \/var\/log for logs, \/var\/spool for scheduled jobs, and \/var\/tmp for temporary files.<\/li>\n\n\n\n<li>These directories are crucial for monitoring both application and system logs.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Appreciating the Significance of Each Directory<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Linux&#8217;s organized file structure ensures logical locations for files, aiding in maintaining system efficiency. System Binaries: Important commands and tools are divided into \/bin and \/sbin directories for easy access.\n<ul class=\"wp-block-list\">\n<li><strong>Configuration Files<\/strong>: All configuration files are kept in \/etc, simplifying the process for system administrators to manage settings.<\/li>\n\n\n\n<li><strong>User Data:<\/strong> By storing user directories in \/home, it ensures that user files are kept separate from system files.<\/li>\n\n\n\n<li><strong>Variable Data:<\/strong> Data that changes frequently is organized in \/var, making it simpler to monitor logs, caches, and temporary files.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Familiarity with this system layout assists users in finding files, resolving problems, and keeping a well-organized server environment. <\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Author&#8217;s Final Word<\/h2>\n\n\n\n<p>While Linux&#8217;s file system may seem complicated at first, it is designed to improve system management, security, and reliability. <\/p>\n\n\n\n<p>Becoming familiar with each directory will help you navigate and control your system more effectively. Understanding where to find what you need can help save time and simplify your tasks, whether you are installing software, adjusting settings, or reviewing logs. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Linux, just like to other operating systems based on Unix, arranges its files and folders in a hierarchical system starting with the root directory (\/). It is crucial to understand this layout for efficiently navigating, controlling, and fixing issues in a Linux system. The structure of the Linux file system is designed in a similar [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":16637,"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-16636","docs","type-docs","status-publish","has-post-thumbnail","hentry","doc_category-cloud-servers-in-kenya","doc_category-dedicated-servers","doc_category-servers","doc_category-vps-servers"],"year_month":"2026-07","word_count":948,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"Eugene","author_nicename":"eugene","author_url":"https:\/\/www.truehost.com\/support\/author\/eugene\/"},"doc_category_info":[{"term_name":"Cloud servers in Kenya","term_url":"https:\/\/www.truehost.com\/support\/docs-category\/cloud-servers-in-kenya\/"},{"term_name":"dedicated servers","term_url":"https:\/\/www.truehost.com\/support\/docs-category\/dedicated-servers\/"},{"term_name":"Servers","term_url":"https:\/\/www.truehost.com\/support\/docs-category\/servers\/"},{"term_name":"VPS-Servers","term_url":"https:\/\/www.truehost.com\/support\/docs-category\/vps-servers\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Introduction to Linux File System Structure: What Every User Should Know -<\/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:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introduction to Linux File System Structure: What Every User Should Know -\" \/>\n<meta property=\"og:description\" content=\"Linux, just like to other operating systems based on Unix, arranges its files and folders in a hierarchical system starting with the root directory (\/). It is crucial to understand this layout for efficiently navigating, controlling, and fixing issues in a Linux system. The structure of the Linux file system is designed in a similar [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-05T13:02:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1713\" \/>\n\t<meta property=\"og:image:height\" content=\"516\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/knowledge-base\\\/introduction-to-linux-file-system-structure-what-every-user-should-know\\\/\",\"url\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/knowledge-base\\\/introduction-to-linux-file-system-structure-what-every-user-should-know\\\/\",\"name\":\"Introduction to Linux File System Structure: What Every User Should Know -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/knowledge-base\\\/introduction-to-linux-file-system-structure-what-every-user-should-know\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/knowledge-base\\\/introduction-to-linux-file-system-structure-what-every-user-should-know\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/image-58.png\",\"datePublished\":\"2024-11-05T12:56:45+00:00\",\"dateModified\":\"2024-11-05T13:02:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/knowledge-base\\\/introduction-to-linux-file-system-structure-what-every-user-should-know\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.truehost.com\\\/support\\\/knowledge-base\\\/introduction-to-linux-file-system-structure-what-every-user-should-know\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/knowledge-base\\\/introduction-to-linux-file-system-structure-what-every-user-should-know\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/image-58.png\",\"contentUrl\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/image-58.png\",\"width\":1713,\"height\":516},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/knowledge-base\\\/introduction-to-linux-file-system-structure-what-every-user-should-know\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introduction to Linux File System Structure: What Every User Should Know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/\",\"name\":\"\",\"description\":\"Help In a Click\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/#organization\",\"name\":\"Truehost Kenya\",\"url\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.truehost.com\\\/support\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-image_2026-04-16_174808866.png\",\"contentUrl\":\"https:\\\/\\\/www.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:\\\/\\\/www.truehost.com\\\/support\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Introduction to Linux File System Structure: What Every User Should Know -","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.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/","og_locale":"en_US","og_type":"article","og_title":"Introduction to Linux File System Structure: What Every User Should Know -","og_description":"Linux, just like to other operating systems based on Unix, arranges its files and folders in a hierarchical system starting with the root directory (\/). It is crucial to understand this layout for efficiently navigating, controlling, and fixing issues in a Linux system. The structure of the Linux file system is designed in a similar [&hellip;]","og_url":"https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/","article_modified_time":"2024-11-05T13:02:18+00:00","og_image":[{"width":1713,"height":516,"url":"https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/","url":"https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/","name":"Introduction to Linux File System Structure: What Every User Should Know -","isPartOf":{"@id":"https:\/\/www.truehost.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/#primaryimage"},"image":{"@id":"https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/#primaryimage"},"thumbnailUrl":"https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58.png","datePublished":"2024-11-05T12:56:45+00:00","dateModified":"2024-11-05T13:02:18+00:00","breadcrumb":{"@id":"https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/#primaryimage","url":"https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58.png","contentUrl":"https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2024\/11\/image-58.png","width":1713,"height":516},{"@type":"BreadcrumbList","@id":"https:\/\/www.truehost.com\/support\/knowledge-base\/introduction-to-linux-file-system-structure-what-every-user-should-know\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.truehost.com\/support\/"},{"@type":"ListItem","position":2,"name":"Introduction to Linux File System Structure: What Every User Should Know"}]},{"@type":"WebSite","@id":"https:\/\/www.truehost.com\/support\/#website","url":"https:\/\/www.truehost.com\/support\/","name":"","description":"Help In a Click","publisher":{"@id":"https:\/\/www.truehost.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.truehost.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.truehost.com\/support\/#organization","name":"Truehost Kenya","url":"https:\/\/www.truehost.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.truehost.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.truehost.com\/support\/wp-content\/uploads\/2026\/04\/cropped-image_2026-04-16_174808866.png","contentUrl":"https:\/\/www.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:\/\/www.truehost.com\/support\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/docs\/16636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/comments?post=16636"}],"version-history":[{"count":1,"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/docs\/16636\/revisions"}],"predecessor-version":[{"id":16639,"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/docs\/16636\/revisions\/16639"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/media\/16637"}],"wp:attachment":[{"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/media?parent=16636"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/doc_category?post=16636"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.truehost.com\/support\/wp-json\/wp\/v2\/doc_tag?post=16636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}