Loading... 1.表示创建一个50G的文件 目录自己选择 ```shell dd if=/dev/zero of=/home/swap_50g bs=1G count=50 ``` 2.设置文件权限 ```shell chmod 600 /home/swap_50g ``` 3.启用交互文件 ```shell mkswap /home/swap_50g ``` 4.激活交互区 ```shell swapon /home/swap_50g ``` 5.挂载起来 ```shell echo "/home/swap_50g swap swap defaults 0 0" >> /etc/fstab ``` 最后修改:2022 年 02 月 23 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏
此处评论已关闭