sh 添加交换到Ubuntu 16.04

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 添加交换到Ubuntu 16.04相关的知识,希望对你有一定的参考价值。

#!/bin/bash

# create
fallocate -l 1G /swapfile

# verify
ls -lh /swapfile

# perm should be -rw------- 
chmod 600 /swapfile

# create and enable
mkswap /swapfile
swapon /swapfile

# verify
swapon --show
free -h

# persist across reboot
cp /etc/fstab /etc/fstab.bak
echo '/swapfile none swap sw 0 0' | tee -a /etc/fstab

以上是关于sh 添加交换到Ubuntu 16.04的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu16.04设置tomcat自启动

sh Ubuntu Xenial 16.04的多个版本的php从php7下降到php5.6

sh Ubuntu Xenial 16.04的多个版本的php从php7下降到php5.6

Ubuntu16.04下Pycharm2018安装

sh ubuntu 16.04

sh 安装Ubuntu 16.04 LAMP