Linux-swap and all file types in linux
To create swap
What is SWAP? >> Particular space available on disc which can be used as RAM for emergency cases.
Two types. 1) File SWAP 2) DISC/Partition SWAP
free -h >> To show RAM memory.
fallocate -l 2G /swap >> To create 2Gb file size SWAP m...
yes-we-can-devops.hashnode.dev6 min read