diff --git a/pages/linux/dphys-swapfile.md b/pages/linux/dphys-swapfile.md new file mode 100644 index 000000000..33cc91062 --- /dev/null +++ b/pages/linux/dphys-swapfile.md @@ -0,0 +1,16 @@ +# dphys-swapfile + +> Manage the swap file on Debian-based Linux systems. +> More information: . + +- Disable the swap file: + +`dphys-swapfile swapoff` + +- Enable the swap file: + +`dphys-swapfile swapon` + +- Create a new swap file: + +`dphys-swapfile setup`