Linux add a swap file
You need to use dd command to create swapfile. Next you need to use mkswap command to set up a Linux swap area on a device or in a file. a) Login as the root user b) Type following command to create 512MB swap file (1024 * 1024MB = 1048576 block size): # […]
Linux add a swap file Read More »