狮子的雄心,骆驼的耐力,孩子的执著!
发布时间:2011-07-16 00:22:59
a) Login as the root userb) Type following command to create 512MB swap file (1024 * 512MB = 524288 block size):# dd if=/dev/zero of=/swapfile1 bs=2048 count=524288You can turn it into:# dd if=/dev/zero of=/swapfile1 bs=1M count=2048This means that the block size is 1 MB.........【阅读全文】