swapoff实际上为swapon的符号连接,可用来关闭系统的交换区
**语法格式:** swapoff [参数]
**常用参数:**
| -a | 将/etc/fstab文件中所有设置为swap的设备关闭 |
| ---- | -------------------------------------------- |
| -h | 帮助信息 |
| -V | 版本信息 |
**参考实例**
关闭交换分区:
```
[root@anycode ~]# swapoff /dev/sda2
```