<?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 mkfile on hpux 11.11 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832393#M272004</link>
    <description>Somebody know if on hpux 11.11 i can use the command mkfile? if not, what command i can use?&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 27 Jul 2006 15:26:22 GMT</pubDate>
    <dc:creator>David_711</dc:creator>
    <dc:date>2006-07-27T15:26:22Z</dc:date>
    <item>
      <title>mkfile on hpux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832393#M272004</link>
      <description>Somebody know if on hpux 11.11 i can use the command mkfile? if not, what command i can use?&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 27 Jul 2006 15:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832393#M272004</guid>
      <dc:creator>David_711</dc:creator>
      <dc:date>2006-07-27T15:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: mkfile on hpux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832394#M272005</link>
      <description>Not as easy to remember as mkfile, but the HP-UX equivalent is prealloc.</description>
      <pubDate>Thu, 27 Jul 2006 15:43:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832394#M272005</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-07-27T15:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: mkfile on hpux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832395#M272006</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;What are you trying to accomplish. I can't recall what mkfile is on any platform.&lt;BR /&gt;&lt;BR /&gt;make or gmake is used to compile software. That is all that comes to mind.&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Jul 2006 15:44:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832395#M272006</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-27T15:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: mkfile on hpux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832396#M272007</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;in Solaris the command &lt;BR /&gt;mkfile 100m filename&lt;BR /&gt;creates a file 'filename' of size 100MB.&lt;BR /&gt;&lt;BR /&gt;The above mentioned HP-UX pendant would read as&lt;BR /&gt;prealloc filename $((100*1024*1024))&lt;BR /&gt;&lt;BR /&gt;Guessed I right?&lt;BR /&gt;&lt;BR /&gt;mfG Peter</description>
      <pubDate>Thu, 27 Jul 2006 16:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832396#M272007</guid>
      <dc:creator>Peter Nikitka</dc:creator>
      <dc:date>2006-07-27T16:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: mkfile on hpux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832397#M272008</link>
      <description>mkfile and truncate for Solaris. prealloc and truncate for HP-UX&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Giri Sekar</description>
      <pubDate>Thu, 27 Jul 2006 23:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832397#M272008</guid>
      <dc:creator>Giri Sekar.</dc:creator>
      <dc:date>2006-07-27T23:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: mkfile on hpux 11.11</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832398#M272009</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;The following example preallocates 50000 bytes for the file myfile: &lt;BR /&gt;&lt;BR /&gt;#prealloc myfile 50000 &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90007/prealloc.1.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90007/prealloc.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2006 00:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mkfile-on-hpux-11-11/m-p/3832398#M272009</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2006-07-28T00:54:59Z</dc:date>
    </item>
  </channel>
</rss>

