网站域名备案在阿里云怎么做,茂南网站建设公司,百度搜索榜排名,如何注册申请chn网站Linux swapoff命令Linux swapoff命令用于关闭系统交换区(swap area)。swapoff实际上为swapon的符号连接#xff0c;可用来关闭系统的交换区。语法swapoff [设备]参数#xff1a;-a 将/etc/fstab文件中所有设置为swap的设备关闭-h 帮助信息-V 版本信息实例显示分区信息:# sfdi…Linux swapoff命令Linux swapoff命令用于关闭系统交换区(swap area)。swapoff实际上为swapon的符号连接可用来关闭系统的交换区。语法swapoff [设备]参数-a 将/etc/fstab文件中所有设置为swap的设备关闭-h 帮助信息-V 版本信息实例显示分区信息:# sfdisk -l //显示分区信息Disk /dev/sda: 1305 cylinders, 255 heads, 63 sectors/trackUnits cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0Device Boot Start End #cyls #blocks Id System/dev/sda1 * 0 12 13- 104391 83 Linux/dev/sda2 13 1304 1292 10377990 8e Linux LVM/dev/sda3 0 - 0 0 0 Empty/dev/sda4 0 - 0 0 0 EmptyDisk /dev/sdb: 652 cylinders, 255 heads, 63 sectors/tracksfdisk: ERROR: sector 0 does not have an msdos signature/dev/sdb: unrecognized partitionNo partitions found关闭交换分区。# swapoff /dev/sda2 // 关闭交换分区