Answers for "sudo swapoff"

0

sudo swapoff

# disable swap 
sudo swapoff -a

# keeps the swap off during reboot
sudo sed -i '/ swap / s/^\(.*\)$/#\1/g' /etc/fstab
Posted by: Guest on March-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language