1820123 Members
3123 Online
109619 Solutions
New Discussion

mkfile

 
SOLVED
Go to solution
Jannik
Honored Contributor

mkfile

on solais u have a command called mkfile where u can speciffy the size of the file. Is there a command for this on HPUX?

/Jannik
jaton
1 REPLY 1
Patrick Wallek
Honored Contributor
Solution

Re: mkfile

On HP-UX the command is 'prealloc'. 'man prealloc' for more details.

To make a 10,000,000 byte (approx 10MB) file do:

# prealloc testfile 10000000