#!/bin/bash dd if=/dev/zero of=/swap.file bs=1G count=1 chmod 0600 /swap.file mkswap /swap.file cat <> /etc/fstab /swap.file none swap sw 0 0 EOF