“crear swapfile ubuntu” Código de respuesta

crear swapfile ubuntu

sudo swapon --show
Delightful Dunlin

crear swapfile ubuntu

sudo dd if=/dev/zero of=/swapfile bs=1024 count=1048576
Delightful Dunlin

crear swapfile ubuntu

sudo fallocate -l 1G /swapfile
Delightful Dunlin

crear swapfile ubuntu

sudo mkswap /swapfile
Delightful Dunlin

crear swapfile ubuntu

/swapfile swap swap defaults 0 0
Delightful Dunlin

crear swapfile ubuntu

sudo nano /etc/fstab
Delightful Dunlin

crear swapfile ubuntu

sudo chmod 600 /swapfile
Delightful Dunlin

Respuestas similares a “crear swapfile ubuntu”

Preguntas similares a “crear swapfile ubuntu”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código