<?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 Re: FILE SIZE in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991652#M124487</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To add a bit of information to Steven's good answer, try this command to search for file larger than 1mb,&lt;BR /&gt;&lt;BR /&gt;# find /filesystem -type F -size +1000 -xdev -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
    <pubDate>Sun, 08 Jun 2003 06:02:44 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2003-06-08T06:02:44Z</dc:date>
    <item>
      <title>FILE SIZE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991650#M124485</link>
      <description>when i list the contents of a directory the file size is shown as 64 0x040065.&lt;BR /&gt;I would like to calculate the size in bytes&lt;BR /&gt;Pls. Suggest me how to know the size in bytes?</description>
      <pubDate>Sun, 08 Jun 2003 04:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991650#M124485</guid>
      <dc:creator>Syed Shaffat Ali</dc:creator>
      <dc:date>2003-06-08T04:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: FILE SIZE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991651#M124486</link>
      <description>Those files you see are special character or block files.&lt;BR /&gt;&lt;BR /&gt;They are most likely part of /dev/dsk or /dev/vg00 or some other volume groups.&lt;BR /&gt;&lt;BR /&gt;They don't take up much space, and are quite important, so don't go deleting them.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 08 Jun 2003 04:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991651#M124486</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-06-08T04:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: FILE SIZE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991652#M124487</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To add a bit of information to Steven's good answer, try this command to search for file larger than 1mb,&lt;BR /&gt;&lt;BR /&gt;# find /filesystem -type F -size +1000 -xdev -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Sun, 08 Jun 2003 06:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991652#M124487</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-06-08T06:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: FILE SIZE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991653#M124488</link>
      <description>how about summarizing the file system usage:&lt;BR /&gt;cd /dir&lt;BR /&gt;du -s&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Jun 2003 06:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991653#M124488</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-08T06:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: FILE SIZE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991654#M124489</link>
      <description>All the files in /dev are device files which are not really files with data at all, but pointers to the driver and options for the driver to use. The 64 is the driver number (called the major number) and the 0x040065 is the driver options (called the minor number). The ll command simply reports the two values. To decode what these values mean, use the lssf command.</description>
      <pubDate>Sun, 08 Jun 2003 11:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991654#M124489</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-06-08T11:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: FILE SIZE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991655#M124490</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;The device file take one inode in FS&lt;BR /&gt;and the size depend on the parameters,&lt;BR /&gt;but it's something small.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Sun, 08 Jun 2003 18:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991655#M124490</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-08T18:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: FILE SIZE</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991656#M124491</link>
      <description>Hi,&lt;BR /&gt;Probabily you are looking in /dev or in /dev/&lt;VGNAME&gt; directories. 64 is the major number and 0x040065 is the minor number of a device file, which is either character special device or block special device. Deleting them will cuase mall functioning of devices.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/VGNAME&gt;</description>
      <pubDate>Mon, 09 Jun 2003 04:34:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-size/m-p/2991656#M124491</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2003-06-09T04:34:17Z</dc:date>
    </item>
  </channel>
</rss>

