<?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: unix command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791105#M943344</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;/dev/zero, if it doesn't exist on your system looks like this:&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/zero&lt;BR /&gt;crw-rw-rw-   1 bin        sys          3 0x000004 Aug 13  2001 /dev/zero&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mknod /dev/zero c 3 4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Wed, 21 Aug 2002 17:53:40 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-08-21T17:53:40Z</dc:date>
    <item>
      <title>unix command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791103#M943342</link>
      <description>how to create a file for certain size, example 100mb file from unix prompt</description>
      <pubDate>Wed, 21 Aug 2002 17:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791103#M943342</guid>
      <dc:creator>Tony Willis_1</dc:creator>
      <dc:date>2002-08-21T17:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: unix command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791104#M943343</link>
      <description>how about a file full of zeroes?&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/zero of=/somefilepath bs=1k count=100000&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 21 Aug 2002 17:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791104#M943343</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-21T17:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: unix command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791105#M943344</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;/dev/zero, if it doesn't exist on your system looks like this:&lt;BR /&gt;&lt;BR /&gt;# ls -l /dev/zero&lt;BR /&gt;crw-rw-rw-   1 bin        sys          3 0x000004 Aug 13  2001 /dev/zero&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mknod /dev/zero c 3 4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 21 Aug 2002 17:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791105#M943344</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-21T17:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: unix command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791106#M943345</link>
      <description>d3:/tmp 115 &amp;gt; rm xx&lt;BR /&gt;d3:/tmp 116 &amp;gt; ls -l xx&lt;BR /&gt;ls: xx: No such file or directory&lt;BR /&gt;d3:/tmp 117 &amp;gt; perl -e 'open XX,"&amp;gt;xx";truncate XX,100*1024*1024'&lt;BR /&gt;d3:/tmp 118 &amp;gt; ls -l xx&lt;BR /&gt;-rw-rw-rw-    1 merijn   softwr   104857600 Aug 21 21:16 xx&lt;BR /&gt;d3:/tmp 119 &amp;gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Aug 2002 18:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791106#M943345</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-08-21T18:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: unix command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791107#M943346</link>
      <description>you can also use the prealloc(1) command to preallocate space on a disk. One caveat tho is the file will revert to actual disk space used if it isn't fully populated on the first open. i.e. prealloc filename 1000 then edit file and place only 50 bytes in file - on close it will no longer be size 1000 but 50.&lt;BR /&gt;&lt;BR /&gt;hope this is clear, let me know if you're confused at all.</description>
      <pubDate>Wed, 21 Aug 2002 18:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791107#M943346</guid>
      <dc:creator>keith persons</dc:creator>
      <dc:date>2002-08-21T18:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: unix command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791108#M943347</link>
      <description>prealloc filename 100000</description>
      <pubDate>Wed, 21 Aug 2002 19:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791108#M943347</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2002-08-21T19:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: unix command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791109#M943348</link>
      <description>thanks for all the answers.  prealloc command is  the easiest solution in our situation</description>
      <pubDate>Wed, 21 Aug 2002 19:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unix-command/m-p/2791109#M943348</guid>
      <dc:creator>Tony Willis_1</dc:creator>
      <dc:date>2002-08-21T19:51:09Z</dc:date>
    </item>
  </channel>
</rss>

