15.2.3. Removing a Swap File
		To remove a swap file:
	
过程 15.5. Remove a swap file
- At a shell prompt, execute the following command to disable the swap file (where/swapfileis the swap file):swapoff -v /swapfile # swapoff -v /swapfileCopy to Clipboard Copied! Toggle word wrap Toggle overflow 
- Remove its entry from the/etc/fstabfile.
- Remove the actual file:rm /swapfile # rm /swapfileCopy to Clipboard Copied! Toggle word wrap Toggle overflow