Answers for "ubuntu turn off swap"

8

ubuntu turn off swap

sudo swapoff -a && sudo sed -i '/ swap / s/^\(.*\)$/#\1/g' /etc/fstab
Posted by: Guest on April-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language