1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/dphys-swapfile.md

17 lines
282 B
Markdown
Raw Normal View History

2021-11-14 02:32:00 +01:00
# dphys-swapfile
> Manage the swap file on Debian-based Linux systems.
> More information: <https://manned.org/dphys-swapfile>.
2021-11-14 02:32:00 +01:00
- Disable the swap file:
`dphys-swapfile swapoff`
- Enable the swap file:
`dphys-swapfile swapon`
- Create a new swap file:
`dphys-swapfile setup`