Monday, August 29, 2016

mkswap

mkswap

type 82

Creating and enabling swap partition:
  • mkswap <device>
  • swapon <device>

Disabling swap partition:
  • swapoff <device>

To activate swap partitions at once:
  •  swapon -a

Deactivate all currently enabled swap partitions:
  • swapoff -a

No comments:

Post a Comment