Swapon: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
(Created page with "== Overview == swapon, swapoff - enable/disable devices and files for paging and swapping == Synopsis == <pre> Get info: swapon -s [-h] [-V] Enable/disable: swapon...")
(No difference)

Revision as of 07:52, 4 August 2015

Overview

swapon, swapoff - enable/disable devices and files for paging and swapping

Synopsis

Get info:
    swapon -s [-h] [-V]

Enable/disable:
    swapon [-d] [-f] [-p priority] [-v] specialfile...
    swapoff [-v] specialfile...

Enable/disable all:
    swapon -a [-e] [-f] [-v]
    swapoff -a [-v]