Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers
Memory Commands
free: The free command is a utility in Linux that shows the amount of free and used system memory, including the amount of memory used by buffers and caches. It also shows the swap space usage, if any.
example:
This output shows ...
kunalmaurya.hashnode.dev7 min read