English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux swapon command is used to activate the swap space in the Linux system, and the memory management of the Linux system must use swap space to establish virtual memory.
/sbin/swapon -a [-v] /sbin/swapon [-v] [-p priority] specialfile ... /sbin/swapon [-s]
Parameter Description:
swapon is to enable swap.
In contrast, there is a command to turn off swap, swapoff.