mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 19:42:38 +00:00
22 lines
410 B
Plaintext
22 lines
410 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# dphys-swapfile
|
|
|
|
> Manage the swap file on Debian-based Linux systems.
|
|
> More information: <https://manpages.debian.org/latest/dphys-swapfile/dphys-swapfile.html>.
|
|
|
|
- Disable the swap file:
|
|
|
|
`dphys-swapfile swapoff`
|
|
|
|
- Enable the swap file:
|
|
|
|
`dphys-swapfile swapon`
|
|
|
|
- Create a new swap file:
|
|
|
|
`dphys-swapfile setup`
|