<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to check the disk space of any directory or subdirectory? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555594#M28665</link>
    <description>As title!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot in advance!</description>
    <pubDate>Mon, 23 Jul 2001 06:43:03 GMT</pubDate>
    <dc:creator>leereg_5</dc:creator>
    <dc:date>2001-07-23T06:43:03Z</dc:date>
    <item>
      <title>How to check the disk space of any directory or subdirectory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555594#M28665</link>
      <description>As title!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks a lot in advance!</description>
      <pubDate>Mon, 23 Jul 2001 06:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555594#M28665</guid>
      <dc:creator>leereg_5</dc:creator>
      <dc:date>2001-07-23T06:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the disk space of any directory or subdirectory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555595#M28666</link>
      <description>Hi there.&lt;BR /&gt;Use the du or df command ( du /etc or df /etc).&lt;BR /&gt;Last line will be summary line in OS-blocks.&lt;BR /&gt;Multiply this with the blocksize and you have the result in bytes or kB.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Mon, 23 Jul 2001 06:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555595#M28666</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-07-23T06:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the disk space of any directory or subdirectory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555596#M28667</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#df -k gives disk details of all the existing filesystems.&lt;BR /&gt;If you want particular directory or directory&lt;BR /&gt;for e.g for /var&lt;BR /&gt;#df -k /var&lt;BR /&gt;for subdirectory /var/yp&lt;BR /&gt;#df -k /var/yp</description>
      <pubDate>Mon, 23 Jul 2001 06:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555596#M28667</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-07-23T06:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the disk space of any directory or subdirectory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555597#M28668</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#df -k gives disk details of all the existing filesystems.&lt;BR /&gt;If you want particular directory or subdirectory&lt;BR /&gt;for e.g for /var&lt;BR /&gt;#df -k /var&lt;BR /&gt;for subdirectory /var/yp&lt;BR /&gt;#df -k /var/yp</description>
      <pubDate>Mon, 23 Jul 2001 06:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555597#M28668</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-07-23T06:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the disk space of any directory or subdirectory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555598#M28669</link>
      <description>hmmmz, df (like bdf) works on filesystem level.&lt;BR /&gt;"df /tmp", "df /tmp/subdir1" and "df /tmp/subdir1/subdir2" will return the same output if the subdirectories are on the same mountpoint.&lt;BR /&gt;&lt;BR /&gt;"du -s" on the other hand, compute the space used in the directory and subdirectories (if "-s" is specified) specified.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Mon, 23 Jul 2001 07:20:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555598#M28669</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2001-07-23T07:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the disk space of any directory or subdirectory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555599#M28670</link>
      <description>du -sk /dir_to_check, for the total occupied space by the dir.&lt;BR /&gt;or &lt;BR /&gt;du -k /dir_to_check, to display the space occupied by the subdirs and dir.</description>
      <pubDate>Mon, 23 Jul 2001 07:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555599#M28670</guid>
      <dc:creator>Radu Swider_1</dc:creator>
      <dc:date>2001-07-23T07:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the disk space of any directory or subdirectory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555600#M28671</link>
      <description>Thanks every experts!&lt;BR /&gt;&lt;BR /&gt;Then how to check how much space remained, how much used in a particular sudirectory?like&lt;BR /&gt;/home/username/subdir1/subdir2?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jul 2001 07:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555600#M28671</guid>
      <dc:creator>leereg_5</dc:creator>
      <dc:date>2001-07-23T07:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to check the disk space of any directory or subdirectory?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555601#M28672</link>
      <description>You can use "du -sk *" command to check the disk space of the directory/subdirectory !&lt;BR /&gt;&lt;BR /&gt;$du -sk /home/user/dir/subdir&lt;BR /&gt;&lt;BR /&gt;you can use * to check all the subdirectory of one directory !&lt;BR /&gt;&lt;BR /&gt;$du -sk /home/user/dir/*&lt;BR /&gt;&lt;BR /&gt;The directory has no concept for free disk space , all dir share the disk space of the file system ,so you just only use "bdf" to get the free disk space of a file system .&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Mon, 23 Jul 2001 08:25:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-the-disk-space-of-any-directory-or-subdirectory/m-p/2555601#M28672</guid>
      <dc:creator>Frank Li</dc:creator>
      <dc:date>2001-07-23T08:25:20Z</dc:date>
    </item>
  </channel>
</rss>

