{"id":10937,"date":"2024-01-18T06:54:55","date_gmt":"2024-01-18T06:54:55","guid":{"rendered":"https:\/\/greenwebpage.com\/community\/?p=10937"},"modified":"2024-01-21T12:14:18","modified_gmt":"2024-01-21T12:14:18","slug":"linux-commands-for-checking-how-much-space-is-left-on-disk","status":"publish","type":"post","link":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/","title":{"rendered":"Linux Commands for Checking How Much Space is Left on Disk"},"content":{"rendered":"<p>Disk space usage in Linux is crucial for maintaining system health and performance. Regularly checking disk space is vital as it ensures efficient utilization of storage resources, prevents system slowdowns or crashes due to full disks, and allows for proactive management of available space.<\/p>\n<p>In this article, we&#8217;ll explore simple and handy Linux commands that can be very helpful to check how much space is left on the system disks. Whether we&#8217;re seasoned Linux users or just getting started, these commands will empower us to efficiently manage our storages and keep our systems running smoothly. Let&#8217;s dive into the world of disk space monitoring with Linux!<\/p>\n<h2>df (disk free):<\/h2>\n<p>The &#8216;df&#8217; command in Linux stands for &#8220;disk free&#8221; and is used to display information about the disk space usage of file systems. Its provided the summary of available and used disk space on the mounted file systems.<\/p>\n<p>To make use of this command to check disk space, run the below commands as shown.<\/p>\n<pre>$ df<\/pre>\n<pre>$ df -h<\/pre>\n<pre>Filesystem Size Used Avail Use% Mounted on\n\ntmpfs 390M 1,2M 389M 1% \/run\n\n\/dev\/sda2 98G 14G 79G 15% \/\n\ntmpfs 2,0G 0 2,0G 0% \/dev\/shm\n\ntmpfs 5,0M 4,0K 5,0M 1% \/run\/lock\n\n\/dev\/sda1 511M 6,1M 505M 2% \/boot\/efi\n\ntmpfs 390M 124K 390M 1% \/run\/user\/1000<\/pre>\n<p>Here, we have used the \u2018-h\u2019 parameter which is to show the output in human readable format.<\/p>\n<h2>inode (index nodes)<\/h2>\n<p>The inodes are the data structures used in Linux based file systems where each file or directory is represented by an inode. So, checking the free number of inodes is as important as checking the free disk space. To check the free number of inodes we can make use of the command below.<\/p>\n<pre>$ df -ih<\/pre>\n<p>Filesystem Inodes IUsed IFree IUse% Mounted on<\/p>\n<pre>tmpfs 488K 825 487K 1% \/run\n\n\/dev\/sda2 6,3M 618K 5,7M 10% \/\n\ntmpfs 488K 1 488K 1% \/dev\/shm\n\ntmpfs 488K 5 488K 1% \/run\/lock\n\n\/dev\/sda1 0 0 0 - \/boot\/efi\n\ntmpfs 98K 133 98K 1% \/run\/user\/1000<\/pre>\n<p>Here in the output we can see the total number of inodes, used and free on its respective mount points.<\/p>\n<p>To get the list of all the available arguments and instructions for using the \u2018df\u2019 command we can follow its \u2018help\u2019 command.<\/p>\n<pre>$ df - -help<\/pre>\n<h2>du (disk usage):<\/h2>\n<p>The &#8216;du&#8217; command in Linux stands for &#8220;disk usage&#8221; and is used to estimate and display the disk space. It provides a summary of space usage for specified files or directories and can recursively analyze subdirectories to report total usage.<\/p>\n<p>To show the practical examples of this command line utility, we are going to run some of its most useful commands.<\/p>\n<pre>$ du<\/pre>\n<pre>$ du -h<\/pre>\n<pre>$ du -h --max-depth=1 -x \/<\/pre>\n<pre>$ du -h --max-depth=1 -x \/home<\/pre>\n<pre>276M \/home\/kashif\n\n276M \/home\/<\/pre>\n<p>Here the \u2018du\u2019 command shows the sizes of the \u2018\/\u2019 and \u2018home\u2019 directories respectively. In order to get the right output we need to provide the complete patch of the directory for what we need to get the disk usage.<\/p>\n<h2>lsblk (list block):<\/h2>\n<p>This command can be used to list information about the block devices such as the number of attached hard drives and their mount point with its total size on your system.<\/p>\n<p>Here are a few usage examples:<\/p>\n<pre>$ lsblk<\/pre>\n<p>To get more detailed information about block devices, including their mount points and sizes, use the -f option.<\/p>\n<pre>$ lsblk -f<\/pre>\n<p>The -t option produces a tree-like output that displays the relationships between devices and their partitions.<\/p>\n<pre>$ lsblk -t<\/pre>\n<p>These examples showcase various ways of using \u2018lsblk\u2019 command to list and display information about Linux block devices.<\/p>\n<h2>fdisk (fixed disk):<\/h2>\n<p>This is another command line tool to display and manipulate disk partition tables.<\/p>\n<p>Let\u2019s run the command below to check the disk size of your system.<\/p>\n<pre>$ fdisk<\/pre>\n<pre>$ fdisk -l<\/pre>\n<pre>NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS\n\nsda 8:0 0 100G 0 disk\n\n\u251c\u2500sda1 8:1 0 512M 0 part \/boot\/efi\n\n\u2514\u2500sda2 8:2 0 99,5G 0 part \/\n\nsr0 11:0 1 1024M 0 rom<\/pre>\n<p>When we run with \u2018-l\u2019 , it provides a detailed output showing information about disks, their sizes, types, and the partition layout, which includes details like start and end sectors, partition types, and file system information.<\/p>\n<p>This command is very useful for understanding the disk structure and partitioning scheme of the Linux system.<\/p>\n<h2>parted :<\/h2>\n<p>This command line utility is an alternative of fdisk which is more user friendly and can be used to manipulate disk partitions of a Linux based system.<\/p>\n<p>We can make use of this command line utility along with its list argument to get the disk usage information.<\/p>\n<pre>$ parted -l<\/pre>\n<pre>Model: ATA VBOX HARDDISK (scsi)\n\nDisk \/dev\/sda: 107GB\n\nSector size (logical\/physical): 512B\/512B\n\nPartition Table: gpt\n\nDisk Flags:\n\nNumber Start End Size File system Name Flags\n\n1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp\n\n2 538MB 107GB 107GB ext4<\/pre>\n<p>This is showing the more detailed information about the file system size and its type. It allows users to create, delete, resize, move, and manipulate disk partitions on various storage devices like hard drives and SSDs.<\/p>\n<h2>Conclusion:<\/h2>\n<p>In summary, Linux offers a range of commands like df, du, lsblk, and more to easily check remaining disk space. These tools provide quick insights into storage usage, helping users efficiently manage their systems and optimize storage allocation for better performance.<\/p>\n\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"<p>Disk space usage in Linux is crucial for maintaining system health and performance. Regularly checking disk space is vital as it ensures efficient utilization of storage resources, prevents system slowdowns or crashes due to full disks, and allows for proactive management of available space. In this article, we&#8217;ll explore simple and handy Linux commands that [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":10939,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[43],"tags":[272,273,230],"class_list":["post-10937","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-commands","tag-disk","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Linux Commands for Checking How Much Space is Left on Disk - Greenwebpage Community<\/title>\n<meta name=\"description\" content=\"In this article, we\u2019ll explore simple and handy Linux commands that can be very helpful to check how much space is left on the system disks.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Linux Commands for Checking How Much Space is Left on Disk - Greenwebpage Community\" \/>\n<meta property=\"og:description\" content=\"In this article, we\u2019ll explore simple and handy Linux commands that can be very helpful to check how much space is left on the system disks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/\" \/>\n<meta property=\"og:site_name\" content=\"Greenwebpage Community\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-18T06:54:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-21T12:14:18+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/01\/Linux-Commands-for-Checking-How-Much-Space-is-Left-on-Disk.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1020\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Karim Buzdar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Karim Buzdar\" \/>\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\":\"Article\",\"@id\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/\"},\"author\":{\"name\":\"Karim Buzdar\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\"},\"headline\":\"Linux Commands for Checking How Much Space is Left on Disk\",\"datePublished\":\"2024-01-18T06:54:55+00:00\",\"dateModified\":\"2024-01-21T12:14:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/\"},\"wordCount\":702,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/01\/Linux-Commands-for-Checking-How-Much-Space-is-Left-on-Disk.jpg\",\"keywords\":[\"Commands\",\"Disk\",\"Linux\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/\",\"name\":\"Linux Commands for Checking How Much Space is Left on Disk - Greenwebpage Community\",\"isPartOf\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/01\/Linux-Commands-for-Checking-How-Much-Space-is-Left-on-Disk.jpg\",\"datePublished\":\"2024-01-18T06:54:55+00:00\",\"dateModified\":\"2024-01-21T12:14:18+00:00\",\"description\":\"In this article, we\u2019ll explore simple and handy Linux commands that can be very helpful to check how much space is left on the system disks.\",\"breadcrumb\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#primaryimage\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/01\/Linux-Commands-for-Checking-How-Much-Space-is-Left-on-Disk.jpg\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/01\/Linux-Commands-for-Checking-How-Much-Space-is-Left-on-Disk.jpg\",\"width\":1020,\"height\":600,\"caption\":\"Linux Commands for Checking How Much Space is Left on Disk\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/greenwebpage.com\/community\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Linux Commands for Checking How Much Space is Left on Disk\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#website\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"name\":\"Greenwebpage Community\",\"description\":\"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.\",\"publisher\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/greenwebpage.com\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#organization\",\"name\":\"Greenwebpage Community\",\"url\":\"https:\/\/greenwebpage.com\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"contentUrl\":\"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png\",\"width\":512,\"height\":512,\"caption\":\"Greenwebpage Community\"},\"image\":{\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8\",\"name\":\"Karim Buzdar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g\",\"caption\":\"Karim Buzdar\"},\"sameAs\":[\"https:\/\/greenwebpage.com\"],\"url\":\"https:\/\/greenwebpage.com\/community\/author\/karim\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Linux Commands for Checking How Much Space is Left on Disk - Greenwebpage Community","description":"In this article, we\u2019ll explore simple and handy Linux commands that can be very helpful to check how much space is left on the system disks.","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:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/","og_locale":"en_US","og_type":"article","og_title":"Linux Commands for Checking How Much Space is Left on Disk - Greenwebpage Community","og_description":"In this article, we\u2019ll explore simple and handy Linux commands that can be very helpful to check how much space is left on the system disks.","og_url":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/","og_site_name":"Greenwebpage Community","article_published_time":"2024-01-18T06:54:55+00:00","article_modified_time":"2024-01-21T12:14:18+00:00","og_image":[{"width":1020,"height":600,"url":"http:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/01\/Linux-Commands-for-Checking-How-Much-Space-is-Left-on-Disk.jpg","type":"image\/jpeg"}],"author":"Karim Buzdar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Karim Buzdar","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#article","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/"},"author":{"name":"Karim Buzdar","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8"},"headline":"Linux Commands for Checking How Much Space is Left on Disk","datePublished":"2024-01-18T06:54:55+00:00","dateModified":"2024-01-21T12:14:18+00:00","mainEntityOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/"},"wordCount":702,"commentCount":0,"publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/01\/Linux-Commands-for-Checking-How-Much-Space-is-Left-on-Disk.jpg","keywords":["Commands","Disk","Linux"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/","url":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/","name":"Linux Commands for Checking How Much Space is Left on Disk - Greenwebpage Community","isPartOf":{"@id":"https:\/\/greenwebpage.com\/community\/#website"},"primaryImageOfPage":{"@id":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#primaryimage"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#primaryimage"},"thumbnailUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/01\/Linux-Commands-for-Checking-How-Much-Space-is-Left-on-Disk.jpg","datePublished":"2024-01-18T06:54:55+00:00","dateModified":"2024-01-21T12:14:18+00:00","description":"In this article, we\u2019ll explore simple and handy Linux commands that can be very helpful to check how much space is left on the system disks.","breadcrumb":{"@id":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#primaryimage","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/01\/Linux-Commands-for-Checking-How-Much-Space-is-Left-on-Disk.jpg","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2024\/01\/Linux-Commands-for-Checking-How-Much-Space-is-Left-on-Disk.jpg","width":1020,"height":600,"caption":"Linux Commands for Checking How Much Space is Left on Disk"},{"@type":"BreadcrumbList","@id":"https:\/\/greenwebpage.com\/community\/linux-commands-for-checking-how-much-space-is-left-on-disk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/greenwebpage.com\/community\/"},{"@type":"ListItem","position":2,"name":"Linux Commands for Checking How Much Space is Left on Disk"}]},{"@type":"WebSite","@id":"https:\/\/greenwebpage.com\/community\/#website","url":"https:\/\/greenwebpage.com\/community\/","name":"Greenwebpage Community","description":"Get online in three steps with our wide range of web hosting solutions. Choose from professional business to enterprise options designed to meet your needs.","publisher":{"@id":"https:\/\/greenwebpage.com\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/greenwebpage.com\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/greenwebpage.com\/community\/#organization","name":"Greenwebpage Community","url":"https:\/\/greenwebpage.com\/community\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/","url":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","contentUrl":"https:\/\/greenwebpage.com\/community\/wp-content\/uploads\/2023\/10\/cropped-logomic.png","width":512,"height":512,"caption":"Greenwebpage Community"},"image":{"@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/467c100c1d017bc081473ee0440680c8","name":"Karim Buzdar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/greenwebpage.com\/community\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0628fcbcddd9bc5486245d2cf4a904dbcdeac9ad6c3098f49237094e9d513d0c?s=96&d=mm&r=g","caption":"Karim Buzdar"},"sameAs":["https:\/\/greenwebpage.com"],"url":"https:\/\/greenwebpage.com\/community\/author\/karim\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/10937","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/comments?post=10937"}],"version-history":[{"count":1,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/10937\/revisions"}],"predecessor-version":[{"id":10938,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/posts\/10937\/revisions\/10938"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media\/10939"}],"wp:attachment":[{"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/media?parent=10937"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/categories?post=10937"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/greenwebpage.com\/community\/wp-json\/wp\/v2\/tags?post=10937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}