dphys-swapfile: add page (#7386)

feature/windows-fix-syntax-2
MDecker-MobileComputing 2021-11-14 02:32:00 +01:00 committed by GitHub
parent c5b52b9b8c
commit 6f17a1d087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# 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`