一个free命令的问题

zjbluefox
一个free命令的问题

我用free -m 命令得到如下结果:
+++++++++++++++++++++++++++++++++++++++++++++++
                   total       used       free     shared    buffers     cached
Mem:          2013       1910        102          0        272       1120
-/+ buffers/cache:       517       1495
Swap:         4094          0        4094
+++++++++++++++++++++++++++++++++++++++++++++++
其中“-/+ buffers/cache:       517       1495”代表什么意思呢?

大蚂蚁
man free

DESCRIPTION
       free(1)  displays the total amount of free and used physical memory and
       swap space in the system, as well as the buffers and cache consumed  by
       the kernel.



       -m, --mb
              Display output in megabytes (MB).