<?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 Why Directory size difference in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776502#M76140</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When you list the directories why there will be different size for each&lt;BR /&gt;example&lt;BR /&gt;[root@root /usr]# ls -ld man&lt;BR /&gt;drwxr-xr-x   14 root     root         4096 Jul 25 04:02 man&lt;BR /&gt;[root@root /usr]# ls -ld sbin&lt;BR /&gt;drwxr-xr-x    2 root     root         8192 Jul 25 07:31 sbin&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
    <pubDate>Wed, 31 Jul 2002 10:17:32 GMT</pubDate>
    <dc:creator>Chakravarthi</dc:creator>
    <dc:date>2002-07-31T10:17:32Z</dc:date>
    <item>
      <title>Why Directory size difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776502#M76140</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When you list the directories why there will be different size for each&lt;BR /&gt;example&lt;BR /&gt;[root@root /usr]# ls -ld man&lt;BR /&gt;drwxr-xr-x   14 root     root         4096 Jul 25 04:02 man&lt;BR /&gt;[root@root /usr]# ls -ld sbin&lt;BR /&gt;drwxr-xr-x    2 root     root         8192 Jul 25 07:31 sbin&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Wed, 31 Jul 2002 10:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776502#M76140</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-07-31T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why Directory size difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776503#M76141</link>
      <description>it is ok. you are listing the different directories.&lt;BR /&gt;&lt;BR /&gt;first field is permissions then links then owner then group the size in bytes then timestamp.&lt;BR /&gt;&lt;BR /&gt;The size of man directory is different from that of sbin&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jul 2002 10:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776503#M76141</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2002-07-31T10:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why Directory size difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776504#M76142</link>
      <description>Chakri,&lt;BR /&gt;&lt;BR /&gt;If you do a "du -sk" on man and on sbin, you will see that sbin contains more blocks - it's bigger, that's all.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 31 Jul 2002 10:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776504#M76142</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-07-31T10:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why Directory size difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776505#M76143</link>
      <description>A Unix directory is itself, a file and it contains a list of inode numbers and the names associated with the inodes. When the directory is first created, it will be quite small as there are no entries. But create a few hundred files in that directory and the directory size will increase.&lt;BR /&gt;&lt;BR /&gt;Now there is one 'feature' of a directory: it always grows but doesn't shrink. If you create a lot of files, then remove them, the directory will have a lot of empty slots but will not shrink in size. This is one of the reasons that a copied directory will have all it's files and subdirectories but the copied directory may be smaller than the original (empty slots are not copied).</description>
      <pubDate>Wed, 31 Jul 2002 10:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776505#M76143</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-07-31T10:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why Directory size difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776506#M76144</link>
      <description>I want to know the reason,, &lt;BR /&gt;&lt;BR /&gt;the size what it shows is not the total disk size, it is different&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Wed, 31 Jul 2002 10:59:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776506#M76144</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-07-31T10:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why Directory size difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776507#M76145</link>
      <description>Thanks Got the required Info&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chakri</description>
      <pubDate>Thu, 01 Aug 2002 03:02:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-directory-size-difference/m-p/2776507#M76145</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2002-08-01T03:02:52Z</dc:date>
    </item>
  </channel>
</rss>

