logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

swapoff.8 (350B)


  1. .Dd February 2, 2015
  2. .Dt SWAPOFF 8
  3. .Os ubase
  4. .Sh NAME
  5. .Nm swapoff
  6. .Nd disable devices and files for paging and swapping
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Fl a | Ar device
  10. .Sh DESCRIPTION
  11. .Nm
  12. disables swapping on the specified devices and files.
  13. .Sh OPTIONS
  14. .Bl -tag -width Ds
  15. .It Fl a
  16. Disable swapping on all known swap devices and files as found in /etc/fstab.
  17. .El