Linux Disable Swap: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:
swapoff -a
swapoff -a
</pre>
</pre>
This command in effect edits [[/etc/fstab]] and removes the devices marked for swap.

Revision as of 15:19, 29 June 2017

Internal

Disabling Swap During Installation

Disabling Swap After Installation

swapoff -a

This command in effect edits /etc/fstab and removes the devices marked for swap.