System Administration Guide: Devices and File Systems

mkfile Command

The mkfile command creates a file that is suitable for use as either an NFS-mounted swap area or a local swap area. The sticky bit is set, and the file is filled with zeros. You can specify the size of the swap file in bytes (the default) or in Kbytes, blocks, or Mbytes by using the k, b, or m suffixes, respectively.

The following table shows the mkfile command options.

Table 21–2 Options to the mkfile Command

Option 

Description 

-n

Creates an empty file. The size is noted. However, the disk blocks are not allocated until data is written to them. 

-v

Reports the names and sizes of created files. 


Note –

Use the -n option only when you create an NFS swap file.