swapoff命令 – 关闭系统交换区

aiofo2022-08-09  267

swapoff实际上为swapon的符号连接,可用来关闭系统的交换区

语法格式:swapoff [参数]

常用参数:

-a 将/etc/fstab文件中所有设置为swap的设备关闭
-h帮助信息
-V版本信息

参考实例

关闭交换分区:

[root@linuxcool ~]# swapoff /dev/sda2


转载请注明原文地址:https://www.aiofo.com/read-759.html