{"id":1699,"date":"2022-06-15T12:30:00","date_gmt":"2022-06-15T17:30:00","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=1699"},"modified":"2022-06-15T10:19:07","modified_gmt":"2022-06-15T15:19:07","slug":"how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/","title":{"rendered":"How to Install and Use Ncdu for Better Overview of Disk Usage in Linux"},"content":{"rendered":"\n<div id=\"linux-3279461201\" class=\"linux-before-1st-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1339&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div><p>The default disk usage command from UNIX based system summarizes directories on trees&#8217; sizes, so it includes all their contents and individual files sizes. But, it is helpful to track down space hogs on your system. In other words, it will list directories and files that consume large amounts of space on the hard disk drive.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">NCDU explained<\/h2>\n\n\n\n<p>Passing the years, ncdu was getting hugely recommended through the internet. NCDU is a disk usage analyzer that has an ncurses interface. However, in this post we&#8217;ll explain how to install ncdu on *UNIX-based system to check the disk usage.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing NCDU<\/h2>\n\n\n\n<p>In order to install NCDU, you&#8217;ll have to see what is the Distro that you are using, to use one of the below codes:<\/p>\n\n\n\n<p>1. Debian-based install<br>&#8211; Apt command to install ncdu:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt install ncdu<\/pre>\n\n\n\n<p>2. CentOS\/RHEL\/Fedora install:<br>&#8211; To install on CentOS\/RHEL\/Fedora you must enable EPEL repository using this command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo yum install epel-release<\/pre>\n\n\n\n<p>&#8211; Then you can run the ncdu installation command on CentOS:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo yum install ncdu<\/pre>\n\n\n\n<p>&#8211; Or, if you are running Fedora, you should run:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo dnf install ncdu<\/pre>\n\n\n\n<p>3. Alpine Linux install:<br>&#8211; You can try to install it using the apk command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apk add ncdu ncdu-doc\n\n<\/pre>\n\n\n\n<p>4. OpenSUSE\/SUSE Linux:<br>&#8211; For this system, we use zypper:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo zypper in ncdu\n\n<\/pre>\n\n\n\n<p>5. Arch Linux:<br>&#8211; On arch linux, you should use pacman:<\/p>\n\n\n\n<p>pacman -S ncdu<\/p>\n\n\n\n<p>6. FreeBSD unix:<br>&#8211; Type the following command on <a href=\"https:\/\/linuxhostsupport.com\/blog\/how-to-search-files-on-the-linux-terminal\/\">your terminal<\/a>:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo pkg install ncdu\n\n<\/pre>\n\n\n\n<p>7. OpenBSD:<br>&#8211; There&#8217;s little difference on this one, so just copy below to install it:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">doas pkg_add ncdu<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">How to use NCDU<\/h2>\n\n\n\n<p>The syntax of it is really simple, you just need to use as it described below:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ncdu\nncdu &lt;flags&gt; &lt;directories&gt;<\/pre>\n\n\n\n<p>Flags and the directory are optional, if not provided, the command will check your current working directory. When you run the command, the disk usage of each directory from your current one will show up as a list. To exit that list, you can simply press &#8220;Q&#8221;.<\/p>\n\n\n\n<p>You can get info from any directory using NCDU, simply use:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ncdu \/root\nncdu \/home\nncdu \/var\/log<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">NCDU flags<\/h2>\n\n\n\n<p>In that section we&#8217;ll review some flags available to be used on the NCDU command. The first one is the flag &#8220;-x&#8221;.<\/p>\n\n\n\n<p>This flag let you scan a full system, your root filesystem. To use it, you can run:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ncdu -x \/\n\n<\/pre>\n\n\n\n<p>We can also enable the extended information mode with the flag -e, simply run:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ncdu -e\n\n<\/pre>\n\n\n\n<p>If you want your ncdu response to having some colors, you can add this by using the &#8220;&#8211;color&#8221; flag:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ncdu --color dark -x \/\n\n<\/pre>\n\n\n\n<p>We can also exclude files that match the provided pattern:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ncdu --exclude '.ht*'\nncdu -x --exclude '\/var\/log\/ --exclude '\/directory2' --exlucde ... \/\n\n<\/pre>\n\n\n\n<p>There are many others and shortcuts that are explained in their manual:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">man ncdu\n\n<\/pre>\n\n\n\n<p>That&#8217;s it. You have successfully installed <a href=\"https:\/\/linuxhostsupport.com\">NCDU on Linux<\/a> and learned its basic syntax. You can now use it on your system to have a better usage description on your server.<\/p><div id=\"linux-3212515431\" class=\"linux-after-8th-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1340&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The default disk usage command from UNIX based system summarizes directories on trees&#8217; sizes, so it includes all their contents and individual files sizes. But, it is helpful to track down space hogs on your system. In other words, it will list directories and files that consume large amounts of space on the hard disk [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1700,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[199,45,222],"class_list":["post-1699","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-how-to-install","tag-linux","tag-ncdu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install and Use Ncdu for Better Overview of Disk Usage in Linux | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"In this tutorial, we will show you how to install and use ncdu for better overview of disk usage in Linux. Find out more!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install and Use Ncdu for Better Overview of Disk Usage in Linux | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"In this tutorial, we will show you how to install and use ncdu for better overview of disk usage in Linux. Find out more!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxHostSupport\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/linuxhostsupport\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-15T17:30:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/06\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"742\" \/>\n\t<meta property=\"og:image:height\" content=\"372\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:site\" content=\"@lnxhostsupport\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"How to Install and Use Ncdu for Better Overview of Disk Usage in Linux\",\"datePublished\":\"2022-06-15T17:30:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/\"},\"wordCount\":457,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/06\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux.webp\",\"keywords\":[\"how to install\",\"linux\",\"ncdu\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/\",\"name\":\"How to Install and Use Ncdu for Better Overview of Disk Usage in Linux | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/06\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux.webp\",\"datePublished\":\"2022-06-15T17:30:00+00:00\",\"author\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"In this tutorial, we will show you how to install and use ncdu for better overview of disk usage in Linux. Find out more!\",\"breadcrumb\":{\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#primaryimage\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/06\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux.webp\",\"contentUrl\":\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/06\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux.webp\",\"width\":742,\"height\":372,\"caption\":\"How to install and use ncdu for better overview of disk usage in Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/linuxhostsupport.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install and Use Ncdu for Better Overview of Disk Usage in Linux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#website\",\"url\":\"https:\/\/linuxhostsupport.com\/blog\/\",\"name\":\"LinuxHostSupport\",\"description\":\"Linux Tutorials and Guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install and Use Ncdu for Better Overview of Disk Usage in Linux | LinuxHostSupport","description":"In this tutorial, we will show you how to install and use ncdu for better overview of disk usage in Linux. Find out more!","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:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/","og_locale":"en_US","og_type":"article","og_title":"How to Install and Use Ncdu for Better Overview of Disk Usage in Linux | LinuxHostSupport","og_description":"In this tutorial, we will show you how to install and use ncdu for better overview of disk usage in Linux. Find out more!","og_url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2022-06-15T17:30:00+00:00","og_image":[{"width":742,"height":372,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/06\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux.webp","type":"image\/webp"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@lnxhostsupport","twitter_site":"@lnxhostsupport","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"How to Install and Use Ncdu for Better Overview of Disk Usage in Linux","datePublished":"2022-06-15T17:30:00+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/"},"wordCount":457,"commentCount":0,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/06\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux.webp","keywords":["how to install","linux","ncdu"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/","url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/","name":"How to Install and Use Ncdu for Better Overview of Disk Usage in Linux | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/06\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux.webp","datePublished":"2022-06-15T17:30:00+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"In this tutorial, we will show you how to install and use ncdu for better overview of disk usage in Linux. Find out more!","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/06\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux.webp","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2022\/06\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux.webp","width":742,"height":372,"caption":"How to install and use ncdu for better overview of disk usage in Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-and-use-ncdu-for-better-overview-of-disk-usage-in-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install and Use Ncdu for Better Overview of Disk Usage in Linux"}]},{"@type":"WebSite","@id":"https:\/\/linuxhostsupport.com\/blog\/#website","url":"https:\/\/linuxhostsupport.com\/blog\/","name":"LinuxHostSupport","description":"Linux Tutorials and Guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1699","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=1699"}],"version-history":[{"count":2,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1699\/revisions"}],"predecessor-version":[{"id":1703,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1699\/revisions\/1703"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/1700"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=1699"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=1699"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=1699"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}