Memory Management
free
The free
command is a built-in Linux command that is used to display the amount of free and used memory in the system.
df
df" command is a Linux/Unix command that stands for "disk free". It is used to show the amount of free and used disk space on a file system.
du
The "du" command in Linux stands for "disk usage". It is used to estimate the file space usage of a directory or file(s). When you run the "du" command without any arguments, it will display the disk space usage of the current directory and its subdirectories
cat /proc/meminfo
"cat /proc/meminfo" command in Linux is used to display information about the system's memory usage
Last updated