How to create swap in Linux ?
How to create swap in Linux CREATE SWAP PARTITION LINUX We can create a 8 Gigabyte Swap Partition —————————————– sudo fallocate -l 8G /swapfile ls -lh /swapfile Enabling the Swap File ————————- sudo chmod...
How to create swap in Linux CREATE SWAP PARTITION LINUX We can create a 8 Gigabyte Swap Partition —————————————– sudo fallocate -l 8G /swapfile ls -lh /swapfile Enabling the Swap File ————————- sudo chmod...