

{"id":110393,"date":"2022-09-01T10:00:44","date_gmt":"2022-09-01T04:30:44","guid":{"rendered":"https:\/\/data-flair.training\/blogs\/?p=110393"},"modified":"2022-09-01T10:23:16","modified_gmt":"2022-09-01T04:53:16","slug":"du-command-in-linux","status":"publish","type":"post","link":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/","title":{"rendered":"DU Command in Linux"},"content":{"rendered":"<p>By the end of this article, you will learn all there is to the du command in Linux-based operating systems. We will go through what du is, the syntax of the du command, the options used with it, and some practical commands of the du command in the terminal.<\/p>\n<h3>What is du Command in Linux?<\/h3>\n<p>Du is the abbreviation for \u201cDisk Usage\u201d. It is a command-line-based utility in Linux-based operating systems that helps in tracking files and directories that are consuming a lot of space on the hard disk.<\/p>\n<p>Du can also display a list of all the files with their sizes in kilobytes. In layman\u2019s language, the du command estimates the usage of file space. It prints the space used under a particular file or directory in the Linux filesystem.<\/p>\n<p>Users without permissions cannot use the du command on a certain directory or file. In such cases, you either need to be the root user or have sudo privileges to gain access.<\/p>\n<p>The very first appearance of the du command was in version 1 of AT&amp;T UNIX. the du utility that comes along with the GNU Coreutils package was designed, developed, and written by Torbjorn Granlund, David MacKenzie, Paul Eggert, and Jim Meyering. The du command is also available on Windows and FreeDOS.<\/p>\n<h3>Syntax of Linux du command<\/h3>\n<p>The syntax of the du command is one of the simplest there is out there:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">du &lt;option&gt; &lt;path&gt;<\/pre>\n<p>The syntax consists of 2 fields, one is the field where you enter options (which we will look into in the next section) and the other is the path, where usually you enter \u201c\/home\/&lt;username&gt;\u201d to check the whole disk space the user is using. You can also enter any other path to see the disk space used by that directory and corresponding subdirectories.<\/p>\n<h3>Options used with Linux du command<\/h3>\n<p>The du command is available with a couple of options. Just like almost every command in Linux, options help us specify the way the command must work and also how the output must be formatted. Let us look at the options used with the du command<\/p>\n<h4>1. -a<\/h4>\n<p>This option lists the sizes of all the files and directories. You can also write this option as \u201c&#8211;all\u201d<\/p>\n<h4>2. -h<\/h4>\n<p>This option shows the information in human-readable format. You can also write this option as \u201c&#8211;human-readable\u201d<\/p>\n<h4>3. -c<\/h4>\n<p>This option displays the grand total in the output. You can also write this option as \u201c&#8211;total\u201d<\/p>\n<h4>4. -L<\/h4>\n<p>This option dereferences all the symbolic links<\/p>\n<h4>5. &#8211;apparent-size<\/h4>\n<p>This option prints apparent sizes instead of disk usage.<\/p>\n<h4>6. -B<\/h4>\n<p>This option scales size by the specified amount before printing them. You can also write this option as \u201c&#8211;block-size\u201d<\/p>\n<h4>7. -b<\/h4>\n<p>This option is an alias for the commands \u201c&#8211;apparent-size &#8211;block-size=1\u201d. Therefore, instead of using 2 lengthy options, you can just use \u201c-b\u201d.<\/p>\n<h4>8. &#8211;files0-from=&lt;file&gt;<\/h4>\n<p>This option summarizes disk usage of the null-terminated filenames specified in the file you entered.<\/p>\n<h4>9. -H<\/h4>\n<p>This option is an alias of the option \u201c&#8211;dereference-args\u201d. Therefore this option is exactly the same as \u201c-D\u201d.<\/p>\n<h4>10. &#8211;si<\/h4>\n<p>This option is similar to the option \u201c-h\u201d but uses a power of 1000 and not 1024.<\/p>\n<h4>11. -l<\/h4>\n<p>This option counts the sizes many times if it is not hard-linked.<\/p>\n<h4>12. -0<\/h4>\n<p>This option ends each output line with 0byte instead of a new line. You can also write this option as \u201c&#8211;null\u201d<\/p>\n<h4>13. -P<\/h4>\n<p>This option does not follow any symbolic links. This option is already used by default. You can also write this option as \u201c&#8211;no-dereference\u201d<\/p>\n<h4>14. -S<\/h4>\n<p>This does not include the sizes of the subdirectories. You can also write this option as \u201c&#8211;separate -dirs\u201d<\/p>\n<h4>15. -s<\/h4>\n<p>This option displays only a total for each argument. You can also write this option as \u201c&#8211;summarize\u201d<\/p>\n<h4>16. -x<\/h4>\n<p>This option skips the directories on different file systems. You can also write this option as \u201c&#8211;one-file-system\u201d<\/p>\n<h4>17. -X<\/h4>\n<p>This option excludes files that match the pattern you specify in a file. You can also write this option as \u201c&#8211;exclude-from\u201d<\/p>\n<h4>18. &#8211;exclude<\/h4>\n<p>This option excludes files that match the pattern you specify.<\/p>\n<h4>19. -d<\/h4>\n<p>This option prints the total for a directory if and only if it is less than or equal to the level you specified. You can also write this option as \u201c&#8211;max-depth\u201d.<\/p>\n<h4>20. &#8211;time<\/h4>\n<p>This option shows the time of the last modification of any file in the directory or any of its subdirectories.<\/p>\n<h4>21. &#8211;time=word<\/h4>\n<p>This option shows the time as \u201cword\u201d instead of modification time: atime, access, use, ctime, or status.<\/p>\n<h4>22. &#8211;time-style=style<\/h4>\n<p>This option shows the time in the specified styles, you can choose from full-iso, long-iso, iso or +FORMAT<\/p>\n<h4>23. &#8211;version<\/h4>\n<p>This option displays the information about the version of du you are using.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/version-of-du-command.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110496\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/version-of-du-command.webp\" alt=\"version of du command\" width=\"780\" height=\"197\" \/><\/a><\/p>\n<h4>24. \u2013help<\/h4>\n<p>This option displays the help menu as follows:<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/help-menu-of-the-du-command.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110495\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/help-menu-of-the-du-command.webp\" alt=\"help menu of the du command\" width=\"724\" height=\"893\" \/><\/a><\/p>\n<p>Now that we have laid down the fundamentals, let us look at some of the practical commands in the terminal<\/p>\n<h3>Printing size of everything in the computer<\/h3>\n<p>If you want to display the size of every single file and directory in your system, simply use the option \u201c-a\u201d with the du command.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/printing-size-of-everything-in-the-computer.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110497\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/printing-size-of-everything-in-the-computer.webp\" alt=\"printing size of everything in the computer\" width=\"566\" height=\"896\" \/><\/a><\/p>\n<h3>Printing size of a specific directory<\/h3>\n<p>If you want to print only the size of specific files, maybe like a specific directory or files related to a specific user, you can specify the path you want du to check. For example, if I want all the file sizes related to the user \u201cgopikiran\u201d on my system, I use the command \u201cch \/home\/gopikiran\u201d<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/printing-size-of-a-specific-directory.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110498\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/printing-size-of-a-specific-directory.webp\" alt=\"printing size of a specific directory\" width=\"672\" height=\"895\" \/><\/a><\/p>\n<p>If I want only a specific directory that is deep inside the filesystem, I can specify that y giving the path of the directory, starting from the root (\/) directory.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/printing-size-of-a-specific-directory-deep-inside-the-filesystem.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110499\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/printing-size-of-a-specific-directory-deep-inside-the-filesystem.webp\" alt=\"printing size of a specific directory deep inside the filesystem\" width=\"780\" height=\"285\" \/><\/a><\/p>\n<h3>Printing sizes in human-readable format<\/h3>\n<p>In the above outputs, we have absolutely no idea in what format or what the sizes even mean. To show the sizes in human-readable format, we use the option \u201c-h\u201d, now the sizes will be printed in bytes, kilobytes (K), Megabytes (M), Gigabytes (G), and so on.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/printing-sizes-in-human-readable-format.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110500\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/printing-sizes-in-human-readable-format.webp\" alt=\"printing sizes in human readable format\" width=\"780\" height=\"240\" \/><\/a><\/p>\n<h3>Finding the grand total size of a directory<\/h3>\n<p>To print out only the grand total size of a specific directory, use the option \u201c-s\u201d along with the du command as shown:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">du -s &lt;directory path<\/pre>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/finding-the-grand-total-size-of-a-directory.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110501\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/finding-the-grand-total-size-of-a-directory.webp\" alt=\"finding the grand total size of a directory\" width=\"526\" height=\"77\" \/><\/a><\/p>\n<p>This command prints the size of the directory in quantity no human would understand, therefore to print it in human-readable format, make use of the option \u201c-h\u201d as follows:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">du -sh &lt;directory path&gt;<\/pre>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/finding-the-grand-total-size-of-a-directory-in-human-readable-format.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110502\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/finding-the-grand-total-size-of-a-directory-in-human-readable-format.webp\" alt=\"finding the grand total size of a directory in human readable format\" width=\"534\" height=\"75\" \/><\/a><\/p>\n<h3>Printing sizes in specific human-readable quantities<\/h3>\n<p>Printing the sizes of files and directories in human-readable format is nice and all, but do you know that we can force du to print sizes in a specific quantity? Yup, we can make du print the sizes in all one quantity: either Kilobytes or megabytes or Gigabytes and so on.<\/p>\n<p>We can do so by using the option \u201c-m\u201d for megabytes, option \u201c-k\u201d for kilobytes, option \u201c-g\u201d for gigabytes, and so on.<\/p>\n<h3>Printing grand total size in the last line<\/h3>\n<p>We have seen that the option \u201c-s\u201d prints only the grand total of a directory, but we can also print the grand total at the end after listing the sizes of all the files and subdirectories of the specified directory.<\/p>\n<p>To get a human-readable output from the option \u201c-c\u201d, pair it with the option \u201c-h\u201d as shown:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">du -ch &lt;directory path&gt;<\/pre>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/printing-grand-total-size-in-the-last-line.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110503\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/printing-grand-total-size-in-the-last-line.webp\" alt=\"printing grand total size in the last line\" width=\"780\" height=\"260\" \/><\/a><\/p>\n<h3>Excluding files<\/h3>\n<p>To exclude specific files, that is to not print the sizes of specific files, we can use the option \u201c&#8211;exclude\u201d. For example, the command \u201cdu -ah &#8211;exclude \u201c*.txt\u201d &lt;directory path&gt;\u201d will print the size of all the files and subdirectories in the specified directory in human-readable format excluding all the \u2018.txt\u2019 files in it.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/excluding-files-when-printing-size.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110504\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/excluding-files-when-printing-size.webp\" alt=\"excluding files when printing size\" width=\"780\" height=\"222\" \/><\/a><\/p>\n<h3>Displaying modified time<\/h3>\n<p>To display the modification time of the files and subdirectories use the option \u201c&#8211;time\u201d. For example, the command \u201cdu -ah &#8211;time &lt;path&gt;\u201d will print the size of all the files in the specified directories in human-readable<br \/>\nformat and also displays the time of modification.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/displaying-modified-time.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110505\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/displaying-modified-time.webp\" alt=\"displaying modified time\" width=\"780\" height=\"198\" \/><\/a><\/p>\n<h3>Excluding a specific set of files<\/h3>\n<p>To exclude a specific set of files we can use the option \u201c-X\u201d or \u201c&#8211;exclude\u201d followed by the pattern or set of files you want to ignore.<\/p>\n<p><a href=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/excluding-a-specific-set-of-files-while-printing-sizes.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-110506\" src=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/excluding-a-specific-set-of-files-while-printing-sizes.webp\" alt=\"excluding a specific set of files while printing sizes\" width=\"780\" height=\"347\" \/><\/a><\/p>\n<p>In the first command in the screenshot above, I wanted to ignore all the compressed files (.gz) files in the specified directory. In the second command, I only used \u201c*\u201d, therefore it ignore all the files and hence printed nothing.<\/p>\n<h3>Summary<\/h3>\n<p>As you have seen, linux du command is a really simple command to use but when combined with its many options, it is actually a very powerful tool that helps in giving various information about the sizes of files and directories.<\/p>\n<p>You have now learned what du is, its syntax, options, and many practical commands that help in tasks like printing grand total of size, human-readable format, printing the sizes of all the files and directories. Excluding files, printing modified time and so many more.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By the end of this article, you will learn all there is to the du command in Linux-based operating systems. We will go through what du is, the syntax of the du command, the&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":110494,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[27061,27062],"class_list":["post-110393","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-du-command-in-linux","tag-linux-du"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DU Command in Linux - DataFlair<\/title>\n<meta name=\"description\" content=\"Learn about DU (Disk Usage) Command in Linux. See its syntax, various options used with it and practical implementation of this command.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DU Command in Linux - DataFlair\" \/>\n<meta property=\"og:description\" content=\"Learn about DU (Disk Usage) Command in Linux. See its syntax, various options used with it and practical implementation of this command.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"DataFlair\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DataFlairWS\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-09-01T04:30:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-01T04:53:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/du-command-in-linux.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"DataFlair Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@DataFlairWS\" \/>\n<meta name=\"twitter:site\" content=\"@DataFlairWS\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"DataFlair Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DU Command in Linux - DataFlair","description":"Learn about DU (Disk Usage) Command in Linux. See its syntax, various options used with it and practical implementation of this command.","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:\/\/data-flair.training\/blogs\/du-command-in-linux\/","og_locale":"en_US","og_type":"article","og_title":"DU Command in Linux - DataFlair","og_description":"Learn about DU (Disk Usage) Command in Linux. See its syntax, various options used with it and practical implementation of this command.","og_url":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/","og_site_name":"DataFlair","article_publisher":"https:\/\/www.facebook.com\/DataFlairWS\/","article_published_time":"2022-09-01T04:30:44+00:00","article_modified_time":"2022-09-01T04:53:16+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/du-command-in-linux.webp","type":"image\/webp"}],"author":"DataFlair Team","twitter_card":"summary_large_image","twitter_creator":"@DataFlairWS","twitter_site":"@DataFlairWS","twitter_misc":{"Written by":"DataFlair Team","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/#article","isPartOf":{"@id":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/"},"author":{"name":"DataFlair Team","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/person\/b49855299264df5e27e3ec6c2cd9fde9"},"headline":"DU Command in Linux","datePublished":"2022-09-01T04:30:44+00:00","dateModified":"2022-09-01T04:53:16+00:00","mainEntityOfPage":{"@id":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/"},"wordCount":1454,"commentCount":0,"publisher":{"@id":"https:\/\/data-flair.training\/blogs\/#organization"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/du-command-in-linux.webp","keywords":["DU Command in Linux","linux du"],"articleSection":["Linux Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/data-flair.training\/blogs\/du-command-in-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/","url":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/","name":"DU Command in Linux - DataFlair","isPartOf":{"@id":"https:\/\/data-flair.training\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/#primaryimage"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/du-command-in-linux.webp","datePublished":"2022-09-01T04:30:44+00:00","dateModified":"2022-09-01T04:53:16+00:00","description":"Learn about DU (Disk Usage) Command in Linux. See its syntax, various options used with it and practical implementation of this command.","breadcrumb":{"@id":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/data-flair.training\/blogs\/du-command-in-linux\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/#primaryimage","url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/du-command-in-linux.webp","contentUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2022\/06\/du-command-in-linux.webp","width":1200,"height":628,"caption":"du command in linux"},{"@type":"BreadcrumbList","@id":"https:\/\/data-flair.training\/blogs\/du-command-in-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog Home","item":"https:\/\/data-flair.training\/blogs\/"},{"@type":"ListItem","position":2,"name":"Linux Tutorials","item":"https:\/\/data-flair.training\/blogs\/category\/linux\/"},{"@type":"ListItem","position":3,"name":"DU Command in Linux"}]},{"@type":"WebSite","@id":"https:\/\/data-flair.training\/blogs\/#website","url":"https:\/\/data-flair.training\/blogs\/","name":"DataFlair","description":"Learn Today. Lead Tomorrow.","publisher":{"@id":"https:\/\/data-flair.training\/blogs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/data-flair.training\/blogs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/data-flair.training\/blogs\/#organization","name":"DataFlair","url":"https:\/\/data-flair.training\/blogs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/logo\/image\/","url":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2016\/07\/Data-Flair.png","contentUrl":"https:\/\/data-flair.training\/blogs\/wp-content\/uploads\/sites\/2\/2016\/07\/Data-Flair.png","width":106,"height":48,"caption":"DataFlair"},"image":{"@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DataFlairWS\/","https:\/\/x.com\/DataFlairWS","https:\/\/www.linkedin.com\/company\/dataflair-web-services-pvt-ltd\/","https:\/\/www.youtube.com\/user\/DataFlairWS"]},{"@type":"Person","@id":"https:\/\/data-flair.training\/blogs\/#\/schema\/person\/b49855299264df5e27e3ec6c2cd9fde9","name":"DataFlair Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ef46b745ddad2fad690af626c6ef29b91809ad0a9f5ef398d07817d8cad042f5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ef46b745ddad2fad690af626c6ef29b91809ad0a9f5ef398d07817d8cad042f5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ef46b745ddad2fad690af626c6ef29b91809ad0a9f5ef398d07817d8cad042f5?s=96&d=mm&r=g","caption":"DataFlair Team"},"description":"DataFlair Team is a group of passionate educators and industry experts dedicated to providing high-quality online learning resources on programming, Java, Python, C++, DSA, AI, ML, data Science, Android, Flutter, MERN, Web Development, and technology. With years of experience in the field, the team aims to simplify complex topics and help learners advance their careers. At DataFlair, we believe in empowering students and professionals with the knowledge and skills needed to thrive in today\u2019s fast-paced tech industry. Follow us for Free courses, expert insights, tutorials, and practical tips to boost your learning journey.","url":"https:\/\/data-flair.training\/blogs\/author\/datafbdad\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/110393","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/comments?post=110393"}],"version-history":[{"count":3,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/110393\/revisions"}],"predecessor-version":[{"id":110508,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/posts\/110393\/revisions\/110508"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/media\/110494"}],"wp:attachment":[{"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/media?parent=110393"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/categories?post=110393"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/data-flair.training\/blogs\/wp-json\/wp\/v2\/tags?post=110393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}