{"id":18282,"date":"2023-11-01T06:58:32","date_gmt":"2023-11-01T06:58:32","guid":{"rendered":"https:\/\/www.prepbytes.com\/blog\/?p=18282"},"modified":"2024-06-19T11:19:03","modified_gmt":"2024-06-19T11:19:03","slug":"fdisk-command-in-linux-with-examples","status":"publish","type":"post","link":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/","title":{"rendered":"fdisk Command in Linux with Examples"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg\" alt=\"\" \/><\/p>\n<p>The fdisk command in Linux is a powerful tool used for disk partitioning. It allows system administrators to create, delete, resize, and manage partitions on a hard drive. This command-line utility is essential for configuring storage devices, preparing disks for new installations, and managing existing partitions. Understanding how to use fdisk effectively can help you optimize disk space utilization and ensure that your Linux system runs smoothly.<\/p>\n<h2>What is Fdisk Command in Linux with Examples?<\/h2>\n<p>Managing disk partitions is a fundamental skill for Linux system administrators. The fdisk command is a powerful tool for partitioning and managing disk drives on a Linux system. In this article, we&#8217;ll explore the basics of using fdisk with practical examples to guide you through the process.<\/p>\n<h3>Understanding fdisk<\/h3>\n<p>fdisk is a command-line utility used for partitioning hard drives. It allows you to create, modify, and delete partitions on your storage devices. You can use fdisk on both traditional hard drives (HDDs) and solid-state drives (SSDs).<\/p>\n<h3>Using fdisk to Partition Drives<\/h3>\n<p><strong>Example 1: Launching fdisk<\/strong><br \/>\nTo begin, open a terminal and run fdisk as the superuser (or using sudo) followed by the device you want to partition. For instance:<\/p>\n<pre><code>sudo fdisk \/dev\/sdX<\/code><\/pre>\n<p>Replace \/dev\/sdX with the actual device name (e.g., \/dev\/sda) you want to work on.<\/p>\n<p><strong>Example 2: Creating a New Partition<\/strong><\/p>\n<ol>\n<li>After launching fdisk, press n to create a new partition.<\/li>\n<li>Choose whether you want a primary (type p) or extended (type e) partition.<\/li>\n<li>Specify the partition number (e.g., 1).<\/li>\n<li>Set the starting and ending sectors or press Enter to use the default values to use the entire disk.<\/li>\n<li>To save changes, press w.<\/li>\n<\/ol>\n<p><strong>Example 3: Deleting a Partition<\/strong><\/p>\n<ol>\n<li>In fdisk, press d to delete a partition.<\/li>\n<li>Choose the partition number you want to delete.<\/li>\n<li>Confirm the action by typing yes.<\/li>\n<li>To save changes, press w.<\/li>\n<li>Modifying Partitions<\/li>\n<\/ol>\n<p><strong>Example 4: Changing the Partition Type<\/strong><br \/>\nYou can change the type of an existing partition by using t.<\/p>\n<ol>\n<li>In fdisk, press t to change the partition type.<\/li>\n<li>Select the partition number.<\/li>\n<li>Enter the hex code for the desired partition type (e.g., 83 for Linux).<\/li>\n<li>To save changes, press w.<\/li>\n<\/ol>\n<p><strong>Example 5: Resizing a Partition<\/strong><br \/>\nTo resize a partition, you need to delete it and then create a new one with the desired size. Be sure to back up your data before attempting this.<\/p>\n<p><strong>Displaying Partition Information<\/strong><br \/>\n<strong>Example 6: Viewing Partition Information<\/strong><br \/>\nTo view the partitions on a disk, use p.<\/p>\n<ul>\n<li>In fdisk, press p.<\/li>\n<li>This command will display a list of all partitions on the selected disk.<\/li>\n<\/ul>\n<p><strong>Saving Changes and Exiting fdisk<\/strong><br \/>\n<strong>Example 7: Saving Changes and Exiting<\/strong><br \/>\nAfter making the desired changes, use w to save the changes and exit fdisk.<\/p>\n<p><strong>Conclusion:<\/strong><br \/>\nThe fdisk command is a versatile and essential tool for disk partitioning and management in Linux. Whether you are setting up a new system, resizing partitions, or preparing disks for different file systems, fdisk provides the functionality needed to manage your storage devices effectively. By mastering the use of fdisk, you can ensure that your Linux system&#8217;s storage is optimized and configured correctly, contributing to overall system stability and performance.<\/p>\n<h2>FAQ (Frequently Asked Questions) Related to fdisk Command in Linux with Examples<\/h2>\n<p>FAQs related to fdisk Command in Linux with Examples.<\/p>\n<p><strong>Q1: What is the fdisk command used for in Linux?<\/strong><br \/>\nThe fdisk command is used for disk partitioning in Linux. It allows you to create, delete, resize, and manage partitions on a hard drive<\/p>\n<p><strong>Q2: How do I list all partitions on a disk using fdisk?<\/strong><br \/>\nYou can list all partitions on a disk using the -l option. For example, to list partitions on \/dev\/sda, you would run:<\/p>\n<pre><code>sudo fdisk -l \/dev\/sda<\/code><\/pre>\n<p><strong>Q3: How do I start fdisk to partition a specific disk?<\/strong><br \/>\nTo start fdisk for a specific disk, simply run fdisk followed by the disk&#8217;s device name. For example:<\/p>\n<pre><code>sudo fdisk \/dev\/sda<\/code><\/pre>\n<p><strong>Q4: What are the common commands within the fdisk utility?<\/strong><br \/>\nSome common fdisk commands include:<\/p>\n<ul>\n<li><strong>m:<\/strong> Display the help menu.<\/li>\n<li><strong>p:<\/strong> Print the partition table.<\/li>\n<li><strong>n:<\/strong> Create a new partition.<\/li>\n<li><strong>d:<\/strong> Delete a partition.<\/li>\n<li><strong>t:<\/strong> Change a partition&#8217;s type.<\/li>\n<li><strong>w:<\/strong> Write the changes to disk and exit.<\/li>\n<li><strong>q:<\/strong> Quit without saving changes.<\/li>\n<\/ul>\n<p><strong>Q5: How can I resize a partition using fdisk?<\/strong><br \/>\nfdisk does not directly support resizing partitions. To resize a partition, you typically need to delete the existing partition and create a new one with the desired size, ensuring that you do not format it to preserve the data. Alternatively, you can use tools like parted or gparted for resizing.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The fdisk command in Linux is a powerful tool used for disk partitioning. It allows system administrators to create, delete, resize, and manage partitions on a hard drive. This command-line utility is essential for configuring storage devices, preparing disks for new installations, and managing existing partitions. Understanding how to use fdisk effectively can help you [&hellip;]<\/p>\n","protected":false},"author":52,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[4],"tags":[],"class_list":["post-18282","post","type-post","status-publish","format-standard","hentry","category-operating-system"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>fdisk Command in Linux with Examples<\/title>\n<meta name=\"description\" content=\"Managing disk partitions is a fundamental skill for Linux system administrators.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"fdisk Command in Linux with Examples\" \/>\n<meta property=\"og:description\" content=\"Managing disk partitions is a fundamental skill for Linux system administrators.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/\" \/>\n<meta property=\"og:site_name\" content=\"PrepBytes Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prepbytes0211\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-01T06:58:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-19T11:19:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg\" \/>\n<meta name=\"author\" content=\"Prepbytes\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prepbytes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/\"},\"author\":{\"name\":\"Prepbytes\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\"},\"headline\":\"fdisk Command in Linux with Examples\",\"datePublished\":\"2023-11-01T06:58:32+00:00\",\"dateModified\":\"2024-06-19T11:19:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/\"},\"wordCount\":750,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg\",\"articleSection\":[\"Operating system\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/\",\"url\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/\",\"name\":\"fdisk Command in Linux with Examples\",\"isPartOf\":{\"@id\":\"http:\/\/43.205.93.38\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg\",\"datePublished\":\"2023-11-01T06:58:32+00:00\",\"dateModified\":\"2024-06-19T11:19:03+00:00\",\"description\":\"Managing disk partitions is a fundamental skill for Linux system administrators.\",\"breadcrumb\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#primaryimage\",\"url\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg\",\"contentUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/43.205.93.38\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Operating system\",\"item\":\"https:\/\/prepbytes.com\/blog\/category\/operating-system\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"fdisk Command in Linux with Examples\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/43.205.93.38\/#website\",\"url\":\"http:\/\/43.205.93.38\/\",\"name\":\"PrepBytes Blog\",\"description\":\"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING\",\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/43.205.93.38\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/43.205.93.38\/#organization\",\"name\":\"Prepbytes\",\"url\":\"http:\/\/43.205.93.38\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"contentUrl\":\"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp\",\"width\":160,\"height\":160,\"caption\":\"Prepbytes\"},\"image\":{\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/prepbytes0211\/\",\"https:\/\/www.instagram.com\/prepbytes\/\",\"https:\/\/www.linkedin.com\/company\/prepbytes\/\",\"https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\",\"name\":\"Prepbytes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g\",\"caption\":\"Prepbytes\"},\"url\":\"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"fdisk Command in Linux with Examples","description":"Managing disk partitions is a fundamental skill for Linux system administrators.","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:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/","og_locale":"en_US","og_type":"article","og_title":"fdisk Command in Linux with Examples","og_description":"Managing disk partitions is a fundamental skill for Linux system administrators.","og_url":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/","og_site_name":"PrepBytes Blog","article_publisher":"https:\/\/www.facebook.com\/prepbytes0211\/","article_published_time":"2023-11-01T06:58:32+00:00","article_modified_time":"2024-06-19T11:19:03+00:00","og_image":[{"url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg","type":"","width":"","height":""}],"author":"Prepbytes","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Prepbytes","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#article","isPartOf":{"@id":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/"},"author":{"name":"Prepbytes","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e"},"headline":"fdisk Command in Linux with Examples","datePublished":"2023-11-01T06:58:32+00:00","dateModified":"2024-06-19T11:19:03+00:00","mainEntityOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/"},"wordCount":750,"commentCount":0,"publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg","articleSection":["Operating system"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/","url":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/","name":"fdisk Command in Linux with Examples","isPartOf":{"@id":"http:\/\/43.205.93.38\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#primaryimage"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg","datePublished":"2023-11-01T06:58:32+00:00","dateModified":"2024-06-19T11:19:03+00:00","description":"Managing disk partitions is a fundamental skill for Linux system administrators.","breadcrumb":{"@id":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#primaryimage","url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg","contentUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1698821890405-Topic%20%2828%29.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/prepbytes.com\/blog\/fdisk-command-in-linux-with-examples\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/43.205.93.38\/"},{"@type":"ListItem","position":2,"name":"Operating system","item":"https:\/\/prepbytes.com\/blog\/category\/operating-system\/"},{"@type":"ListItem","position":3,"name":"fdisk Command in Linux with Examples"}]},{"@type":"WebSite","@id":"http:\/\/43.205.93.38\/#website","url":"http:\/\/43.205.93.38\/","name":"PrepBytes Blog","description":"ONE-STOP RESOURCE FOR EVERYTHING RELATED TO CODING","publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/43.205.93.38\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/43.205.93.38\/#organization","name":"Prepbytes","url":"http:\/\/43.205.93.38\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/","url":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","contentUrl":"https:\/\/blog.prepbytes.com\/wp-content\/uploads\/2025\/07\/uzxxllgloialmn9mhwfe.webp","width":160,"height":160,"caption":"Prepbytes"},"image":{"@id":"http:\/\/43.205.93.38\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/prepbytes0211\/","https:\/\/www.instagram.com\/prepbytes\/","https:\/\/www.linkedin.com\/company\/prepbytes\/","https:\/\/www.youtube.com\/channel\/UC0xGnHDrjUM1pDEK2Ka5imA"]},{"@type":"Person","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e","name":"Prepbytes","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/232042cd1a1ea0e982c96d2a2ec93fb70a8e864e00784491231e7bfe5a9e06b5?s=96&d=mm&r=g","caption":"Prepbytes"},"url":"https:\/\/prepbytes.com\/blog\/author\/gourav-jaincollegedekho-com\/"}]}},"_links":{"self":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/18282","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/users\/52"}],"replies":[{"embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/comments?post=18282"}],"version-history":[{"count":2,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/18282\/revisions"}],"predecessor-version":[{"id":19144,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/18282\/revisions\/19144"}],"wp:attachment":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/media?parent=18282"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/categories?post=18282"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/tags?post=18282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}