free command is used to check the total amount of free space available with used memory and swap memory in your system. This command is very necessary for Linux administrators when you want to install a large program. It saves time to check the capacity thereby making the installation process more smooth.
Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to perform related Linux system commands queries.
In this context, we shall look into how to use the free command through several examples.
Its syntax is given below:
$ free [options]
From the output, you will see some of the following features:
This article covers how to use the free command with some examples. In fact, the free command provides information about unused and used memory and swap space on any computer running Linux or another Unix-like operating system.
For more information about free command type in your terminal:
$ man free