Linux Disable Swap: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


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

Revision as of 15:20, 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.


a