{"id":21339,"date":"2023-03-24T17:26:00","date_gmt":"2023-03-24T17:26:00","guid":{"rendered":"https:\/\/machinelearningplus.com\/?p=21339"},"modified":"2023-03-24T17:56:20","modified_gmt":"2023-03-24T17:56:20","slug":"mkdir-command-in-linux","status":"publish","type":"post","link":"https:\/\/machinelearningplus.com\/linux\/mkdir-command-in-linux\/","title":{"rendered":"mkdir command in Linux &#8211; A comprehensive guide for mkdir command"},"content":{"rendered":"<h2>Introduction<\/h2>\n<p>Linux is an incredibly powerful and versatile operating system, allowing users to create, manage, and manipulate files and directories with ease. One such essential tool in a Linux user&#8217;s toolkit is the &#8220;mkdir&#8221; command, which allows you to create directories swiftly. In this blog post, we&#8217;ll dive into the mkdir command, its usage, and some practical examples to help you better understand and leverage this powerful tool.<\/p>\n<h2>What is the mkdir command?<\/h2>\n<p>The &#8220;mkdir&#8221; command is short for &#8220;make directory.&#8221; It&#8217;s a built-in command-line utility in Linux that allows users to create new directories. The basic syntax for the mkdir command is as follows:<\/p>\n<pre><code class=\"language-python\">mkdir [options] [directory_name(s)]\n<\/code><\/pre>\n<p>Here, &#8216;options&#8217; are optional flags that can modify the behavior of the command, and &#8216;directory_name(s)&#8217; is the name(s) of the directory or directories you want to create.<\/p>\n<h2>Basic Usage and Examples<\/h2>\n<h2>1. Creating a single directory<\/h2>\n<p>To create a new directory, simply type &#8216;mkdir&#8217; followed by the name of the directory you want to create.<\/p>\n<pre><code class=\"language-python\">mkdir new_directory\n<\/code><\/pre>\n<p>This will create a new directory named &#8220;new_directory&#8221; in the current working directory.<\/p>\n<h2>2. Creating multiple directories<\/h2>\n<p>You can create multiple directories simultaneously by specifying their names, separated by a space.<\/p>\n<pre><code class=\"language-python\">mkdir dir1 dir2 dir3\n<\/code><\/pre>\n<p>This command will create three new directories named &#8220;dir1,&#8221; &#8220;dir2,&#8221; and &#8220;dir3&#8221; in the current working directory.<\/p>\n<h2>3. Creating nested directories<\/h2>\n<p>The &#8216;-p&#8217; (or &#8216;&#8211;parents&#8217;) option allows you to create nested directories in a single command. If any parent directories do not exist, they will be created as well.<\/p>\n<p>bash<\/p>\n<pre><code class=\"language-python\">mkdir -p dir1\/dir2\/dir3\n<\/code><\/pre>\n<p>This command creates a directory structure with &#8220;dir1&#8221; as the parent directory, &#8220;dir2&#8221; as a subdirectory of &#8220;dir1,&#8221; and &#8220;dir3&#8221; as a subdirectory of &#8220;dir2.&#8221;<\/p>\n<h2>4.Advanced Usage and Examples<\/h2>\n<h3>a) Setting directory permissions<\/h3>\n<p>The &#8216;-m&#8217; (or &#8216;&#8211;mode&#8217;) option allows you to set specific permissions for the newly created directory. Permissions can be set using octal notation, e.g., 755 for read, write, and execute permissions for the owner, and read and execute permissions for the group and others.<\/p>\n<pre><code class=\"language-python\">mkdir -m 755 secure_directory\n<\/code><\/pre>\n<p>This command creates a new directory named &#8220;secure_directory&#8221; with the specified permissions (rwxr-xr-x).<\/p>\n<h3>b) Verbose output<\/h3>\n<p>Using the &#8216;-v&#8217; (or &#8216;&#8211;verbose&#8217;) option, you can display more information about the mkdir command&#8217;s actions.<\/p>\n<pre><code class=\"language-python\">mkdir -v verbose_example\n<\/code><\/pre>\n<p>This command will create a new directory named &#8220;verbose_example&#8221; and output a message like &#8220;mkdir: created directory &#8216;verbose_example'&#8221;.<\/p>\n<h2>3. Combining options<\/h2>\n<p>You can combine multiple options in a single command to perform complex tasks with the mkdir command. For example, you can create nested directories with specific permissions and display verbose output as follows:<\/p>\n<pre><code class=\"language-python\">mkdir -pv -m 750 nested_secure_directory\/dirA\/dirB\n<\/code><\/pre>\n<p>This command creates a nested directory structure, sets the specified permissions, and provides verbose output for each created directory.<\/p>\n<h2>Conclusion<\/h2>\n<p>The mkdir command is an essential tool for managing directories in Linux. By understanding its basic and advanced usage, you can efficiently create directories with specific permissions and structures. With the examples provided in this blog post, you can now confidently use the mkdir command to streamline your file management tasks in Linux.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Linux is an incredibly powerful and versatile operating system, allowing users to create, manage, and manipulate files and directories with ease. One such essential tool in a Linux user&#8217;s toolkit is the &#8220;mkdir&#8221; command, which allows you to create directories swiftly. In this blog post, we&#8217;ll dive into the mkdir command, its usage, and [&hellip;]<\/p>\n","protected":false},"author":38,"featured_media":21348,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"default","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[2027],"tags":[2028,2060],"class_list":["post-21339","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-linux","tag-mkdir"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>mkdir command in Linux - A comprehensive guide for mkdir command - machinelearningplus<\/title>\n<meta name=\"description\" content=\"The &quot;mkdir&quot; command is short for &quot;make directory.&quot; It&#039;s a built-in command-line utility in Linux that allows users to create new directories.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"mkdir command in Linux - A comprehensive guide for mkdir command - machinelearningplus\" \/>\n<meta property=\"og:description\" content=\"The &quot;mkdir&quot; command is short for &quot;make directory.&quot; It&#039;s a built-in command-line utility in Linux that allows users to create new directories.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"machinelearningplus\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-24T17:26:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-24T17:56:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/localhost:8080\/wp-content\/uploads\/2023\/03\/mkdir-command-in-linux.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jagdeesh\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jagdeesh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/\"},\"author\":{\"name\":\"Jagdeesh\",\"@id\":\"https:\\\/\\\/machinelearningplus.com\\\/#\\\/schema\\\/person\\\/b1493170590ee4eb9622bcaea5b3b7da\"},\"headline\":\"mkdir command in Linux &#8211; A comprehensive guide for mkdir command\",\"datePublished\":\"2023-03-24T17:26:00+00:00\",\"dateModified\":\"2023-03-24T17:56:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/\"},\"wordCount\":495,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/machinelearningplus.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/machinelearningplus.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/mkdir-command-in-linux.png\",\"keywords\":[\"linux\",\"mkdir\"],\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/\",\"url\":\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/\",\"name\":\"mkdir command in Linux - A comprehensive guide for mkdir command - machinelearningplus\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/machinelearningplus.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/machinelearningplus.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/mkdir-command-in-linux.png\",\"datePublished\":\"2023-03-24T17:26:00+00:00\",\"dateModified\":\"2023-03-24T17:56:20+00:00\",\"description\":\"The \\\"mkdir\\\" command is short for \\\"make directory.\\\" It's a built-in command-line utility in Linux that allows users to create new directories.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/localhost:8080\\\/linux\\\/mkdir-command-in-linux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/machinelearningplus.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/mkdir-command-in-linux.png\",\"contentUrl\":\"https:\\\/\\\/machinelearningplus.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/mkdir-command-in-linux.png\",\"width\":1080,\"height\":1080,\"caption\":\"mkdir\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/machinelearningplus.com\\\/#website\",\"url\":\"https:\\\/\\\/machinelearningplus.com\\\/\",\"name\":\"machinelearningplus\",\"description\":\"Learn Data Science (AI \\\/ ML) Online\",\"publisher\":{\"@id\":\"https:\\\/\\\/machinelearningplus.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/machinelearningplus.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/machinelearningplus.com\\\/#organization\",\"name\":\"machinelearningplus\",\"url\":\"https:\\\/\\\/machinelearningplus.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/machinelearningplus.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/machinelearningplus.com\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/MachineLearningplus-logo.svg\",\"contentUrl\":\"https:\\\/\\\/machinelearningplus.com\\\/wp-content\\\/uploads\\\/2022\\\/05\\\/MachineLearningplus-logo.svg\",\"width\":348,\"height\":36,\"caption\":\"machinelearningplus\"},\"image\":{\"@id\":\"https:\\\/\\\/machinelearningplus.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/machinelearningplus.com\\\/#\\\/schema\\\/person\\\/b1493170590ee4eb9622bcaea5b3b7da\",\"name\":\"Jagdeesh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/machinelearningplus.com\\\/wp-content\\\/litespeed\\\/avatar\\\/8a303ceb6bbccb62c3dbc14787297f84.jpg?ver=1783623298\",\"url\":\"https:\\\/\\\/machinelearningplus.com\\\/wp-content\\\/litespeed\\\/avatar\\\/8a303ceb6bbccb62c3dbc14787297f84.jpg?ver=1783623298\",\"contentUrl\":\"https:\\\/\\\/machinelearningplus.com\\\/wp-content\\\/litespeed\\\/avatar\\\/8a303ceb6bbccb62c3dbc14787297f84.jpg?ver=1783623298\",\"caption\":\"Jagdeesh\"},\"url\":\"https:\\\/\\\/machinelearningplus.com\\\/author\\\/jagdeesh\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"mkdir command in Linux - A comprehensive guide for mkdir command - machinelearningplus","description":"The \"mkdir\" command is short for \"make directory.\" It's a built-in command-line utility in Linux that allows users to create new directories.","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:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/","og_locale":"en_US","og_type":"article","og_title":"mkdir command in Linux - A comprehensive guide for mkdir command - machinelearningplus","og_description":"The \"mkdir\" command is short for \"make directory.\" It's a built-in command-line utility in Linux that allows users to create new directories.","og_url":"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/","og_site_name":"machinelearningplus","article_published_time":"2023-03-24T17:26:00+00:00","article_modified_time":"2023-03-24T17:56:20+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/localhost:8080\/wp-content\/uploads\/2023\/03\/mkdir-command-in-linux.png","type":"image\/png"}],"author":"Jagdeesh","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jagdeesh","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/#article","isPartOf":{"@id":"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/"},"author":{"name":"Jagdeesh","@id":"https:\/\/machinelearningplus.com\/#\/schema\/person\/b1493170590ee4eb9622bcaea5b3b7da"},"headline":"mkdir command in Linux &#8211; A comprehensive guide for mkdir command","datePublished":"2023-03-24T17:26:00+00:00","dateModified":"2023-03-24T17:56:20+00:00","mainEntityOfPage":{"@id":"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/"},"wordCount":495,"commentCount":0,"publisher":{"@id":"https:\/\/machinelearningplus.com\/#organization"},"image":{"@id":"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/machinelearningplus.com\/wp-content\/uploads\/2023\/03\/mkdir-command-in-linux.png","keywords":["linux","mkdir"],"articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/","url":"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/","name":"mkdir command in Linux - A comprehensive guide for mkdir command - machinelearningplus","isPartOf":{"@id":"https:\/\/machinelearningplus.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/#primaryimage"},"image":{"@id":"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/machinelearningplus.com\/wp-content\/uploads\/2023\/03\/mkdir-command-in-linux.png","datePublished":"2023-03-24T17:26:00+00:00","dateModified":"2023-03-24T17:56:20+00:00","description":"The \"mkdir\" command is short for \"make directory.\" It's a built-in command-line utility in Linux that allows users to create new directories.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/localhost:8080\/linux\/mkdir-command-in-linux\/#primaryimage","url":"https:\/\/machinelearningplus.com\/wp-content\/uploads\/2023\/03\/mkdir-command-in-linux.png","contentUrl":"https:\/\/machinelearningplus.com\/wp-content\/uploads\/2023\/03\/mkdir-command-in-linux.png","width":1080,"height":1080,"caption":"mkdir"},{"@type":"WebSite","@id":"https:\/\/machinelearningplus.com\/#website","url":"https:\/\/machinelearningplus.com\/","name":"machinelearningplus","description":"Learn Data Science (AI \/ ML) Online","publisher":{"@id":"https:\/\/machinelearningplus.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/machinelearningplus.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/machinelearningplus.com\/#organization","name":"machinelearningplus","url":"https:\/\/machinelearningplus.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/machinelearningplus.com\/#\/schema\/logo\/image\/","url":"https:\/\/machinelearningplus.com\/wp-content\/uploads\/2022\/05\/MachineLearningplus-logo.svg","contentUrl":"https:\/\/machinelearningplus.com\/wp-content\/uploads\/2022\/05\/MachineLearningplus-logo.svg","width":348,"height":36,"caption":"machinelearningplus"},"image":{"@id":"https:\/\/machinelearningplus.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/machinelearningplus.com\/#\/schema\/person\/b1493170590ee4eb9622bcaea5b3b7da","name":"Jagdeesh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/machinelearningplus.com\/wp-content\/litespeed\/avatar\/8a303ceb6bbccb62c3dbc14787297f84.jpg?ver=1783623298","url":"https:\/\/machinelearningplus.com\/wp-content\/litespeed\/avatar\/8a303ceb6bbccb62c3dbc14787297f84.jpg?ver=1783623298","contentUrl":"https:\/\/machinelearningplus.com\/wp-content\/litespeed\/avatar\/8a303ceb6bbccb62c3dbc14787297f84.jpg?ver=1783623298","caption":"Jagdeesh"},"url":"https:\/\/machinelearningplus.com\/author\/jagdeesh\/"}]}},"_links":{"self":[{"href":"https:\/\/machinelearningplus.com\/wp-json\/wp\/v2\/posts\/21339","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/machinelearningplus.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/machinelearningplus.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/machinelearningplus.com\/wp-json\/wp\/v2\/users\/38"}],"replies":[{"embeddable":true,"href":"https:\/\/machinelearningplus.com\/wp-json\/wp\/v2\/comments?post=21339"}],"version-history":[{"count":0,"href":"https:\/\/machinelearningplus.com\/wp-json\/wp\/v2\/posts\/21339\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/machinelearningplus.com\/wp-json\/wp\/v2\/media\/21348"}],"wp:attachment":[{"href":"https:\/\/machinelearningplus.com\/wp-json\/wp\/v2\/media?parent=21339"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/machinelearningplus.com\/wp-json\/wp\/v2\/categories?post=21339"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/machinelearningplus.com\/wp-json\/wp\/v2\/tags?post=21339"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}