
swapoff
List of commands for swapoff:
-
swapoff:tldr:1fa7a swapoff: Disable a given swap partition.$ swapoff ${-dev-sdb7}try on your machineexplain this command
-
swapoff:tldr:7d9f0 swapoff: Disable all swap areas.$ swapoff -atry on your machineexplain this command
-
swapoff:tldr:ce351 swapoff: Disable swap by label of a device or file.$ swapoff -L ${swap1}try on your machineexplain this command