ubase

suckless linux base utils
git clone git://git.suckless.org/ubase
Log | Files | Refs | README | LICENSE

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