018-the-free-command.md
The free
command in Linux/Unix is used to show memory (RAM/SWAP) information.
Action: --- Output the memory usage - available and used, as well as swap
Details: --- Outputted values are not human-readable (are in bytes)
Command:
free
Action: --- Output the memory usage - available and used, as well as swap
Details: --- Outputted values ARE human-readable (are in GB / MB)
Command:
free -h