此内容没有您所选择的语言版本。
7.3.3. Removing a Swap File
To remove a swap file:
- At a shell prompt as root, execute the following command to disable the swap file (where
/swapfile
is the swap file):swapoff -v /swapfile
swapoff -v /swapfile
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Remove its entry from the
/etc/fstab
file. - Remove the actual file:
rm /swapfile
rm /swapfile
Copy to Clipboard Copied! Toggle word wrap Toggle overflow