{"id":2869,"date":"2025-04-21T15:28:56","date_gmt":"2025-04-21T15:28:56","guid":{"rendered":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?p=2869"},"modified":"2025-04-22T06:48:38","modified_gmt":"2025-04-22T06:48:38","slug":"search-file-in-linux-using-commands","status":"publish","type":"post","link":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/446\/search-file-in-linux-using-commands.html","title":{"rendered":"How to Search a File in Linux Using a Command?"},"content":{"rendered":"\n<p>Have you ever felt like you have lost something important in a messy room?<\/p>\n\n\n\n<p>We understand how frustrating this situation can be!<\/p>\n\n\n\n<p>Searching for a file in Linux can sometimes feel the same way, especially if you don\u2019t know where you saved it.<\/p>\n\n\n\n<p>But don\u2019t worry, Linux has powerful search commands that can help you find files quickly, just like using <strong>\u2018Ctrl + F\u2019<\/strong>,<strong> <\/strong>but in a smarter way!<\/p>\n\n\n\n<p>In this detailed guide, we will show you how to search for a file in Linux using simple commands. Even if you are new to Linux, this guide will help you understand it easily.<\/p>\n\n\n\n<p>Let\u2019s dive in!<\/p>\n\n\n\n<hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/441\/restart-linux-server-by-command.html\"><strong>How to Restart\/Reboot a Linux Server by Command?<\/strong><\/a><\/p><hr>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Know the Basic Syntax of the find Command<\/strong><\/h2>\n\n\n\n<p>Firstly, let\u2019s find out the basic structure of the <strong>find<\/strong> command:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find [path] [options] [expression]<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Let\u2019s break this down:<\/strong><\/p>\n\n\n\n<p><strong>[path]<\/strong> \u2013 This is the location where you want to start the search (like \/home\/user or just <strong>.<\/strong> for the current directory).<\/p>\n\n\n\n<p><strong>[options] \/ [expression] <\/strong>\u2013 This is the command for what you are searching for (like file name, type, etc.)<\/p>\n\n\n\n<hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/432\/create-new-group-in-linux.html\"><strong>How to Create a New Group in Linux?<\/strong><\/a><\/p><hr>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Ways to Use the Find Command (With Examples)<\/strong><\/h2>\n\n\n\n<p>Let\u2019s go through some common and useful ways to search files using <strong>find<\/strong>.<\/p>\n\n\n\n<p><strong>Summary Table<\/strong><\/p>\n\n\n\n<table style=\"border-collapse: collapse; width: 100%;\" border=\"1\">\n\t<tbody>\n\t  <tr style=\"height: 18px;\">\n\t    <td style=\"padding: 5px 10px; width: 50%; height: 46px; text-align: center;\"\"><span style=\"font-family: verdana, geneva, sans-serif;\"><strong>Task<\/strong><\/span><\/td>\n\t    <td style=\"padding: 5px 10px; width: 50%; height: 46px; text-align: center;\"\"><span style=\"font-family: verdana, geneva, sans-serif;\"><strong>Command Example<\/strong><\/span><\/td>\n\t  <\/tr>\n\t  <tr style=\"height: 18px;\">\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\">To search the file by name<\/span><\/p><\/td>\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\"><strong>find \/home -name &#8220;file.txt&#8221;<\/strong><\/span><\/p><\/td>\n\t  <\/tr>\n\t  <tr style=\"height: 18px;\">\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\"><span style=\"font-family: verdana, geneva, sans-serif;\">To search in the current directory<\/span><\/span><\/p><\/td>\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\"><span style=\"font-family: verdana, geneva, sans-serif;\"><strong>find . -name &#8220;file.txt&#8221;<\/strong><\/span><\/span><\/p><\/td>\n\t  <\/tr>\n\t  <tr style=\"height: 18px;\">\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\">To search by extension<\/span><\/p><\/td>\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\"><strong>find \/docs -name &#8220;*.pdf&#8221;<\/strong><\/span><\/p><\/td>\n\t  <\/tr>\n\t  <tr style=\"height: 18px;\">\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\">To search directories<\/span><\/p><\/td>\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\"><strong>find \/ -type d -name &#8220;folder&#8221;<\/strong><\/span><\/p><\/td>\n\t  <\/tr>\n\t  <tr style=\"height: 18px;\">\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\">To search large files<\/span><\/p><\/td>\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\"><strong>find \/ -size +100M<\/strong><\/span><\/p><\/td>\n\t  <\/tr>\n\t  <tr style=\"height: 18px;\">\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\">To search by date<\/span><\/p><\/td>\n\t    <td style=\"text-align: center; padding: 5px 10px; width: 50%; height: 46px;\"><p><span style=\"font-family: verdana, geneva, sans-serif;\"><strong>find \/ -mtime -7<\/strong><\/span><\/p><\/td>\n\t  <\/tr>\n\t<\/tbody>\n<\/table>\n\n\n\n<h3 class=\"wp-block-heading\">1. <strong>Search by File Name<\/strong><\/h3>\n\n\n\n<p>If you are looking to search for a file with a specific name, you have to use the command given below:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find \/path\/to\/search -name &#8220;filename&#8221;<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find \/home\/user -name &#8220;notes.txt&#8221;<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>This will search for a file named <strong>\u2018notes.txt\u2019<\/strong> in the <strong>\/home\/user directory<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. <strong>Search in the Current Directory<\/strong><\/h3>\n\n\n\n<p>If you want to search in the current directory, use the following command below:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find . -name &#8220;filename&#8221;<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find . -name &#8220;photo.jpg&#8221;<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Here, The <strong>.<\/strong> Means the current directory.<\/p>\n\n\n\n<p>\u2794 You can ignore case sensitivity using <strong>-iname<\/strong> instead of <strong>-name<\/strong><\/p>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find . -iname &#8220;photo.jpg&#8221;<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>This command will find \u2018Photo.jpg\u2019, \u2018PHOTO.JPG&#8217;, etc.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. <strong>Search for All Files with a Specific Extension<\/strong><\/h3>\n\n\n\n<p>If you want to search for the file with a specific extension, use the following command below:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find \/path -name &#8220;*.txt&#8221;<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find \/home\/user\/Documents -name &#8220;*.pdf&#8221;<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>This command lists all PDF files within the Documents folder.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. <strong>Search by File Type<\/strong><\/h3>\n\n\n\n<p>If you want to search for the file with a specific type, use the following command below:<\/p>\n\n\n\n<p>There are two ways for different files:<\/p>\n\n\n\n<p><strong>f<\/strong> \u2192 for regular files<\/p>\n\n\n\n<p><strong>d<\/strong> \u2192 for directories<\/p>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find \/home\/user -type d -name &#8220;project&#8221;<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>By this command, you will find all directories named &#8220;project&#8221;.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. Search Files by Size<\/strong><\/h3>\n\n\n\n<p>If you want to search for the file with a specific size, use the following command below:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find \/path -size [+\/-]size<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Here, <strong>+<\/strong> means <strong>\u2018greater than\u2019<\/strong> and <strong>&#8211;<\/strong> means <strong>\u2018less than\u2019<\/strong> the given size.<\/p>\n\n\n\n<p><strong>Examples:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find \/ -size +10M<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>It will help you find files larger than 10 MB.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find \/ -size -1k<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>It will help you find files smaller than 1 KB.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">6. <strong>Find Files Modified Recently<\/strong><\/h3>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>find \/path -mtime -n<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Here,<\/p>\n\n\n\n<p><strong>-mtime -7<\/strong> refers to the file which is modified in the last 7 days<\/p>\n\n\n\n<p><strong>-mtime +30<\/strong> refers to the file which is modified more than 30 days ago<\/p>\n\n\n\n<p><strong>Example:<\/strong><\/p>\n\n\n\n<p><strong>find \/var\/log -mtime -2<\/strong><\/p>\n\n\n\n<p>This finds files modified within the last 2 days inside <strong>\/var\/log<\/strong>.<\/p>\n\n\n\n<hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/430\/ls-command-in-linux.html\"><strong>Know About the ls Command in Linux With Examples<\/strong><\/a><\/p><hr>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>So next time, when you are scratching your head thinking,<\/p>\n\n\n\n<p><strong>\u2018Where did I save that file?\u2019<\/strong>,<\/p>\n\n\n\n<p>Just take a deep breath and let the find command do the hunting for you.<\/p>\n\n\n\n<p>Whether it\u2019s a .txt file from last month, a big video taking up space, or a random folder you forgot about, now you have all the skills to track it down like a pro.<\/p>\n\n\n\n<p>Just play around with the examples we shared. Try searching by name, size, or even modification date. It\u2019s kinda fun once you get the hang of it!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Have you ever felt like you have lost something important in a messy room? We understand how frustrating this situation can be! Searching for a file in Linux can sometimes feel the same way, especially if you don\u2019t know where you saved it. But don\u2019t worry, Linux has powerful search commands that can help you [&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-2869","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 Search a File in Linux Using a Command?<\/title>\n<meta name=\"description\" content=\"Learn how to search for files in Linux using commands with this beginner-friendly guide that covers syntax, examples, and ways to locate files.\" \/>\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\/446\/search-file-in-linux-using-commands.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Search a File in Linux Using a Command?\" \/>\n<meta property=\"og:description\" content=\"Learn how to search for files in Linux using commands with this beginner-friendly guide that covers syntax, examples, and ways to locate files.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/446\/search-file-in-linux-using-commands.html\" \/>\n<meta property=\"og:site_name\" content=\"Host IT Smart Knowledge base\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-21T15:28:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-22T06:48:38+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\/446\/search-file-in-linux-using-commands.html\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/446\/search-file-in-linux-using-commands.html\",\"name\":\"How to Search a File in Linux Using a Command?\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website\"},\"datePublished\":\"2025-04-21T15:28:56+00:00\",\"dateModified\":\"2025-04-22T06:48:38+00:00\",\"author\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108\"},\"description\":\"Learn how to search for files in Linux using commands with this beginner-friendly guide that covers syntax, examples, and ways to locate files.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/446\/search-file-in-linux-using-commands.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 Search a File in Linux Using a Command?","description":"Learn how to search for files in Linux using commands with this beginner-friendly guide that covers syntax, examples, and ways to locate files.","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\/446\/search-file-in-linux-using-commands.html","og_locale":"en_US","og_type":"article","og_title":"How to Search a File in Linux Using a Command?","og_description":"Learn how to search for files in Linux using commands with this beginner-friendly guide that covers syntax, examples, and ways to locate files.","og_url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/446\/search-file-in-linux-using-commands.html","og_site_name":"Host IT Smart Knowledge base","article_published_time":"2025-04-21T15:28:56+00:00","article_modified_time":"2025-04-22T06:48:38+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\/446\/search-file-in-linux-using-commands.html","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/446\/search-file-in-linux-using-commands.html","name":"How to Search a File in Linux Using a Command?","isPartOf":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website"},"datePublished":"2025-04-21T15:28:56+00:00","dateModified":"2025-04-22T06:48:38+00:00","author":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108"},"description":"Learn how to search for files in Linux using commands with this beginner-friendly guide that covers syntax, examples, and ways to locate files.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/446\/search-file-in-linux-using-commands.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\/2869","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=2869"}],"version-history":[{"count":10,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/2869\/revisions"}],"predecessor-version":[{"id":2879,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/2869\/revisions\/2879"}],"wp:attachment":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/media?parent=2869"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/categories?post=2869"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/tags?post=2869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}