July 22

make swap from file

dd if=/dev/zero of=/swapfile bs=1014 count=4194304
chown root:root /swapfile
chmod 0600 /swapfile
mkswap /swapfile
swapon /swapfile


Copyright 2021. All rights reserved.

Posted 22 July 2016 by admin in category "simple memo

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.