{"id":18480,"date":"2023-12-08T06:12:05","date_gmt":"2023-12-08T06:12:05","guid":{"rendered":"https:\/\/www.prepbytes.com\/blog\/?p=18480"},"modified":"2023-12-08T06:12:05","modified_gmt":"2023-12-08T06:12:05","slug":"chown-command-in-linux-with-examples","status":"publish","type":"post","link":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/","title":{"rendered":"chown Command in Linux with Examples"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.jpg\" alt=\"\" \/><br \/>\nThe chown command in Linux stands as a fundamental tool, allowing users to modify file or directory ownership. Ownership of files and directories in a Linux system is crucial for security and access control. chown, an abbreviation for &quot;change owner,&quot; empowers users to alter the owner and group associated with a specific file or directory. Understanding how to use chown is essential for managing permissions effectively and ensuring secure access to data within a Linux environment.<\/p>\n<p>This article provides a comprehensive guide to the chown command in Linux, offering explanations of its functionality, syntax, and various examples illustrating its usage in different scenarios.<\/p>\n<h2>What is chown Command in Linux with Examples?<\/h2>\n<p>The chown command in Linux is used to change the ownership of files and directories. Ownership in Linux is defined by a user and a group associated with each file and directory, determining who has access to them and what permissions are granted. The chown command allows users to modify these ownership attributes.<\/p>\n<h3>Syntax of chown command in Linux:<\/h3>\n<p>The basic syntax of the chown command is: <\/p>\n<pre><code>chown [OPTIONS] [NEW_OWNER][:NEW_GROUP] FILE(s)<\/code><\/pre>\n<h3>Examples of chown Command in Linux<\/h3>\n<p>Here are some common examples illustrating the usage of the chown command:<\/p>\n<p><strong>1. Changing the owner of a file:<\/strong><\/p>\n<pre><code>chown user1 file.txt<\/code><\/pre>\n<p>This command changes the owner of file.txt to user1.<\/p>\n<p><strong>2. Changing the group of a file:<\/strong><\/p>\n<pre><code>chown :group1 file.txt<\/code><\/pre>\n<p>This command changes the group ownership of file.txt to group1.<\/p>\n<p><strong>3. Changing both owner and group of a file:<\/strong><\/p>\n<pre><code>chown user1:group1 file.txt<\/code><\/pre>\n<p>This command changes the owner of file.txt to user1 and the group to group1.<\/p>\n<p><strong>4. Recursively changing ownership of a directory and its contents:<\/strong><\/p>\n<pre><code>chown -R user1:group1 directory_name<\/code><\/pre>\n<p>The -R option is used to change ownership recursively, modifying the owner and group of directory_name and all files and subdirectories within it.<\/p>\n<p><strong>5. Changing ownership for multiple files:<\/strong><\/p>\n<pre><code>chown user1:group1 file1.txt file2.txt file3.txt<\/code><\/pre>\n<p>This command changes the owner and group of multiple files (file1.txt, file2.txt, file3.txt) to user1 and group1, respectively.<\/p>\n<p><strong>6. Changing ownership with numerical values (UID and GID):<\/strong><\/p>\n<pre><code>chown 1001:1001 file.txt<\/code><\/pre>\n<p>In this example, 1001 represents the UID (User Identifier) and GID (Group Identifier). This command changes the owner and group of file.txt based on their numerical values.<\/p>\n<p><strong>Important Notes:<\/strong><br \/>\nchown usually requires appropriate permissions. Only the superuser (root) or a user with sufficient privileges can change ownership of files or directories they don&#8217;t own.<br \/>\nBe cautious when using chown, especially with the -R option, as changing ownership of system files or directories could potentially affect system functionality.<br \/>\nThe chown command is an essential tool for managing file and directory ownership in a Linux environment, allowing users to control access and permissions effectively.<\/p>\n<p><strong>Conclusion<\/strong><br \/>\nMastering the chown command is integral to efficient file and directory management in Linux. By comprehending its syntax and employing it adeptly, users can navigate permissions, alter ownership, and regulate access to files and directories effectively.<\/p>\n<p>The ability to modify ownership using chown is crucial for system administrators, developers, and users alike, enabling them to maintain security protocols, manage access, and streamline workflows within a Linux environment. With the knowledge gained from this guide, users can confidently wield the chown command to manipulate ownership attributes, ensuring proper access control and security across their systems.<\/p>\n<h2>FAQs Related to chown Command in Linux<\/h2>\n<p>Here are some FAQs related to chown Command in Linux.<\/p>\n<p><strong>1. What does the chown command do in Linux?<\/strong><br \/>\nThe chown command in Linux is used to change the ownership of files or directories. It allows users to modify the owner and group associated with specific files or directories.<\/p>\n<p><strong>2. What is the syntax for using chown?<\/strong><br \/>\nThe basic syntax for chown is: chown [OPTIONS] [NEW_OWNER][:NEW_GROUP] FILE(s). Here, [OPTIONS] can include various flags or parameters, [NEW_OWNER] represents the new owner, [:NEW_GROUP] specifies the new group (optional), and FILE(s) indicates the file or directory name.<\/p>\n<p><strong>3. How can I change ownership recursively using chown?<\/strong><br \/>\nTo change ownership recursively for a directory and its contents, use the -R or &#8211;recursive option with chown. For example:<\/p>\n<pre><code>chown -R newowner:newgroup directory_name<\/code><\/pre>\n<p><strong>4. What permissions are required to use chown?<\/strong><br \/>\nGenerally, using chown requires appropriate permissions. Only the superuser (root) or a user with appropriate privileges can change ownership of files or directories they don&#8217;t own.<\/p>\n<p><strong>5. Can chown be used to change ownership to a non-existent user or group?<\/strong><br \/>\nAttempting to change ownership to a non-existent user or group will result in an error. Ensure that the specified user or group exists before using chown.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The chown command in Linux stands as a fundamental tool, allowing users to modify file or directory ownership. Ownership of files and directories in a Linux system is crucial for security and access control. chown, an abbreviation for &quot;change owner,&quot; empowers users to alter the owner and group associated with a specific file or directory. [&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":[230],"tags":[],"class_list":["post-18480","post","type-post","status-publish","format-standard","hentry","category-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>chown Command in Linux with Examples<\/title>\n<meta name=\"description\" content=\"The chown command in Linux is used to change the ownership of files and 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:\/\/prepbytes.com\/blog\/chown-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=\"chown Command in Linux with Examples\" \/>\n<meta property=\"og:description\" content=\"The chown command in Linux is used to change the ownership of files and directories.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/prepbytes.com\/blog\/chown-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-12-08T06:12:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.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<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/\"},\"author\":{\"name\":\"Prepbytes\",\"@id\":\"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e\"},\"headline\":\"chown Command in Linux with Examples\",\"datePublished\":\"2023-12-08T06:12:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/\"},\"wordCount\":732,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/43.205.93.38\/#organization\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.jpg\",\"articleSection\":[\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/\",\"url\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/\",\"name\":\"chown Command in Linux with Examples\",\"isPartOf\":{\"@id\":\"http:\/\/43.205.93.38\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.jpg\",\"datePublished\":\"2023-12-08T06:12:05+00:00\",\"description\":\"The chown command in Linux is used to change the ownership of files and directories.\",\"breadcrumb\":{\"@id\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#primaryimage\",\"url\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.jpg\",\"contentUrl\":\"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/43.205.93.38\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Linux\",\"item\":\"https:\/\/prepbytes.com\/blog\/category\/linux\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"chown 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":"chown Command in Linux with Examples","description":"The chown command in Linux is used to change the ownership of files and 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:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/","og_locale":"en_US","og_type":"article","og_title":"chown Command in Linux with Examples","og_description":"The chown command in Linux is used to change the ownership of files and directories.","og_url":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/","og_site_name":"PrepBytes Blog","article_publisher":"https:\/\/www.facebook.com\/prepbytes0211\/","article_published_time":"2023-12-08T06:12:05+00:00","og_image":[{"url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.jpg","type":"","width":"","height":""}],"author":"Prepbytes","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Prepbytes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#article","isPartOf":{"@id":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/"},"author":{"name":"Prepbytes","@id":"http:\/\/43.205.93.38\/#\/schema\/person\/3f7dc4ae851791d5947a7f99df363d5e"},"headline":"chown Command in Linux with Examples","datePublished":"2023-12-08T06:12:05+00:00","mainEntityOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/"},"wordCount":732,"commentCount":0,"publisher":{"@id":"http:\/\/43.205.93.38\/#organization"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.jpg","articleSection":["Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/","url":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/","name":"chown Command in Linux with Examples","isPartOf":{"@id":"http:\/\/43.205.93.38\/#website"},"primaryImageOfPage":{"@id":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#primaryimage"},"image":{"@id":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#primaryimage"},"thumbnailUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.jpg","datePublished":"2023-12-08T06:12:05+00:00","description":"The chown command in Linux is used to change the ownership of files and directories.","breadcrumb":{"@id":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#primaryimage","url":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.jpg","contentUrl":"https:\/\/prepbytes-misc-images.s3.ap-south-1.amazonaws.com\/assets\/1702015909804-chown%20Command%20in%20Linux%20with%20Examples.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/prepbytes.com\/blog\/chown-command-in-linux-with-examples\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/43.205.93.38\/"},{"@type":"ListItem","position":2,"name":"Linux","item":"https:\/\/prepbytes.com\/blog\/category\/linux\/"},{"@type":"ListItem","position":3,"name":"chown 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\/18480","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=18480"}],"version-history":[{"count":1,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/18480\/revisions"}],"predecessor-version":[{"id":18482,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/posts\/18480\/revisions\/18482"}],"wp:attachment":[{"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/media?parent=18480"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/categories?post=18480"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prepbytes.com\/blog\/wp-json\/wp\/v2\/tags?post=18480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}