
free:ai:ccbbf
How to check ram without buff/cache
$ free -o -h | awk 'NR==2{print $2}'
try on your machine
This command will display the total physical memory (RAM) available in your system, excluding the buffers/cache, in a human-readable format.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- how to check ram without buff/cache?